diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 1c59a44a47..8bfacc9566 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -87011,6 +87011,9 @@ "logstash": { "$ref": "#/components/schemas/xpack.info:Feature" }, + "logsdb": { + "$ref": "#/components/schemas/xpack.info:Feature" + }, "ml": { "$ref": "#/components/schemas/xpack.info:Feature" }, @@ -87068,6 +87071,7 @@ "graph", "ilm", "logstash", + "logsdb", "ml", "monitoring", "rollup", diff --git a/output/schema/schema.json b/output/schema/schema.json index cd19847cfb..af9560f602 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -215449,7 +215449,7 @@ } } ], - "specLocation": "xpack/info/types.ts#L84-L89" + "specLocation": "xpack/info/types.ts#L85-L90" }, { "kind": "interface", @@ -215611,6 +215611,17 @@ } } }, + { + "name": "logsdb", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "Feature", + "namespace": "xpack.info" + } + } + }, { "name": "ml", "required": true, @@ -215776,7 +215787,7 @@ } } ], - "specLocation": "xpack/info/types.ts#L42-L82" + "specLocation": "xpack/info/types.ts#L42-L83" }, { "kind": "interface", diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 9de8d27319..ed91133b88 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -20638,6 +20638,7 @@ export interface XpackInfoFeatures { graph: XpackInfoFeature ilm: XpackInfoFeature logstash: XpackInfoFeature + logsdb: XpackInfoFeature ml: XpackInfoFeature monitoring: XpackInfoFeature rollup: XpackInfoFeature diff --git a/specification/xpack/info/types.ts b/specification/xpack/info/types.ts index 48fec772a0..3375ee9f5d 100644 --- a/specification/xpack/info/types.ts +++ b/specification/xpack/info/types.ts @@ -59,6 +59,7 @@ export class Features { graph: Feature ilm: Feature logstash: Feature + logsdb: Feature ml: Feature monitoring: Feature rollup: Feature