Skip to content

Fix xpack.info response #2958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 26 additions & 23 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions specification/xpack/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,18 @@ export class Features {
aggregate_metric: Feature
analytics: Feature
ccr: Feature
data_frame?: Feature
data_science?: Feature
data_streams: Feature
data_tiers: Feature
enrich: Feature
/**
* @availability stack since=8.8.0
*/
enterprise_search: Feature
eql: Feature
flattened?: Feature
/**
* @availability stack since=8.14.0
*/
esql: Feature
frozen_indices: Feature
graph: Feature
ilm: Feature
Expand All @@ -64,12 +69,14 @@ export class Features {
spatial: Feature
sql: Feature
transform: Feature
vectors?: Feature
/**
* @availability stack since=8.7.0
*/
universal_profiling: Feature
voting_only: Feature
watcher: Feature
/**
* @availability stack since=8.2.0
* @availability serverless
*/
archive: Feature
}
Expand Down
Loading