Skip to content

Commit

Permalink
# Removed references to Xpack
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Apr 1, 2024
1 parent 327068f commit fd35aea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 204 deletions.
102 changes: 0 additions & 102 deletions builds/OpenSearch.latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39684,8 +39684,6 @@ components:
$ref: '#/components/schemas/nodes.info:NodeInfoSettingsTransport'
network:
$ref: '#/components/schemas/nodes.info:NodeInfoSettingsNetwork'
xpack:
$ref: '#/components/schemas/nodes.info:NodeInfoXpack'
script:
$ref: '#/components/schemas/nodes.info:NodeInfoScript'
search:
Expand Down Expand Up @@ -39845,17 +39843,8 @@ components:
$ref: '#/components/schemas/nodes.info:NodeInfoSettingsTransportType'
type.default:
type: string
features:
$ref: '#/components/schemas/nodes.info:NodeInfoSettingsTransportFeatures'
required:
- type
nodes.info:NodeInfoSettingsTransportFeatures:
type: object
properties:
x-pack:
type: string
required:
- x-pack
nodes.info:NodeInfoSettingsTransportType:
type: object
properties:
Expand All @@ -39880,97 +39869,6 @@ components:
- bound_address
- publish_address
- profiles
nodes.info:NodeInfoXpack:
type: object
properties:
license:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackLicense'
security:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurity'
notification:
type: object
additionalProperties:
type: object
required:
- security
nodes.info:NodeInfoXpackLicense:
type: object
properties:
self_generated:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackLicenseType'
required:
- self_generated
nodes.info:NodeInfoXpackLicenseType:
type: object
properties:
type:
type: string
required:
- type
nodes.info:NodeInfoXpackSecurity:
type: object
properties:
http:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl'
enabled:
type: string
transport:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl'
authc:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthc'
required:
- http
- enabled
nodes.info:NodeInfoXpackSecurityAuthc:
type: object
properties:
realms:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealms'
token:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcToken'
required:
- realms
- token
nodes.info:NodeInfoXpackSecurityAuthcRealms:
type: object
properties:
file:
type: object
additionalProperties:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus'
native:
type: object
additionalProperties:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus'
pki:
type: object
additionalProperties:
$ref: '#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus'
nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus:
type: object
properties:
enabled:
type: string
order:
type: string
required:
- order
nodes.info:NodeInfoXpackSecurityAuthcToken:
type: object
properties:
enabled:
type: string
required:
- enabled
nodes.info:NodeInfoXpackSecuritySsl:
type: object
properties:
ssl:
type: object
additionalProperties:
type: string
required:
- ssl
nodes.info:NodeJvmInfo:
type: object
properties:
Expand Down
102 changes: 0 additions & 102 deletions spec/schemas/nodes.info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ components:
$ref: '#/components/schemas/NodeInfoSettingsTransport'
network:
$ref: '#/components/schemas/NodeInfoSettingsNetwork'
xpack:
$ref: '#/components/schemas/NodeInfoXpack'
script:
$ref: '#/components/schemas/NodeInfoScript'
search:
Expand Down Expand Up @@ -476,8 +474,6 @@ components:
$ref: '#/components/schemas/NodeInfoSettingsTransportType'
type.default:
type: string
features:
$ref: '#/components/schemas/NodeInfoSettingsTransportFeatures'
required:
- type
NodeInfoSettingsTransportType:
Expand All @@ -487,111 +483,13 @@ components:
type: string
required:
- default
NodeInfoSettingsTransportFeatures:
type: object
properties:
x-pack:
type: string
required:
- x-pack
NodeInfoSettingsNetwork:
type: object
properties:
host:
$ref: '_common.yaml#/components/schemas/Host'
required:
- host
NodeInfoXpack:
type: object
properties:
license:
$ref: '#/components/schemas/NodeInfoXpackLicense'
security:
$ref: '#/components/schemas/NodeInfoXpackSecurity'
notification:
type: object
additionalProperties:
type: object
required:
- security
NodeInfoXpackLicense:
type: object
properties:
self_generated:
$ref: '#/components/schemas/NodeInfoXpackLicenseType'
required:
- self_generated
NodeInfoXpackLicenseType:
type: object
properties:
type:
type: string
required:
- type
NodeInfoXpackSecurity:
type: object
properties:
http:
$ref: '#/components/schemas/NodeInfoXpackSecuritySsl'
enabled:
type: string
transport:
$ref: '#/components/schemas/NodeInfoXpackSecuritySsl'
authc:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthc'
required:
- http
- enabled
NodeInfoXpackSecuritySsl:
type: object
properties:
ssl:
type: object
additionalProperties:
type: string
required:
- ssl
NodeInfoXpackSecurityAuthc:
type: object
properties:
realms:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthcRealms'
token:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthcToken'
required:
- realms
- token
NodeInfoXpackSecurityAuthcRealms:
type: object
properties:
file:
type: object
additionalProperties:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthcRealmsStatus'
native:
type: object
additionalProperties:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthcRealmsStatus'
pki:
type: object
additionalProperties:
$ref: '#/components/schemas/NodeInfoXpackSecurityAuthcRealmsStatus'
NodeInfoXpackSecurityAuthcRealmsStatus:
type: object
properties:
enabled:
type: string
order:
type: string
required:
- order
NodeInfoXpackSecurityAuthcToken:
type: object
properties:
enabled:
type: string
required:
- enabled
NodeInfoScript:
type: object
properties:
Expand Down

0 comments on commit fd35aea

Please sign in to comment.