Skip to content

Commit

Permalink
Fix xpack.info response (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Sep 30, 2024
1 parent 8b3fa5f commit 41d32fd
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 40 deletions.
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

0 comments on commit 41d32fd

Please sign in to comment.