Skip to content

Commit 41d32fd

Browse files
authored
Fix xpack.info response (#2958)
1 parent 8b3fa5f commit 41d32fd

File tree

4 files changed

+49
-40
lines changed

4 files changed

+49
-40
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 26 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/xpack/info/types.ts

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,18 @@ export class Features {
4343
aggregate_metric: Feature
4444
analytics: Feature
4545
ccr: Feature
46-
data_frame?: Feature
47-
data_science?: Feature
4846
data_streams: Feature
4947
data_tiers: Feature
5048
enrich: Feature
49+
/**
50+
* @availability stack since=8.8.0
51+
*/
52+
enterprise_search: Feature
5153
eql: Feature
52-
flattened?: Feature
54+
/**
55+
* @availability stack since=8.14.0
56+
*/
57+
esql: Feature
5358
frozen_indices: Feature
5459
graph: Feature
5560
ilm: Feature
@@ -64,12 +69,14 @@ export class Features {
6469
spatial: Feature
6570
sql: Feature
6671
transform: Feature
67-
vectors?: Feature
72+
/**
73+
* @availability stack since=8.7.0
74+
*/
75+
universal_profiling: Feature
6876
voting_only: Feature
6977
watcher: Feature
7078
/**
7179
* @availability stack since=8.2.0
72-
* @availability serverless
7380
*/
7481
archive: Feature
7582
}

0 commit comments

Comments
 (0)