Skip to content
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
26 changes: 0 additions & 26 deletions output/openapi/elasticsearch-openapi.json

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

87 changes: 19 additions & 68 deletions output/schema/schema.json

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

6 changes: 0 additions & 6 deletions output/typescript/types.ts

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

Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ value: |-
"available" : true,
"enabled" : true
},
"frozen_indices" : {
"available" : true,
"enabled" : true
},
"graph" : {
"available" : true,
"enabled" : true
Expand Down
1 change: 0 additions & 1 deletion specification/xpack/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class Features {
* @availability stack since=8.14.0
*/
esql: Feature
frozen_indices: Feature
graph: Feature
ilm: Feature
logstash: Feature
Expand Down
2 changes: 0 additions & 2 deletions specification/xpack/usage/XPackUsageResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {
DataTiers,
Eql,
Flattened,
FrozenIndices,
HealthStatistics,
Ilm,
MachineLearning,
Expand Down Expand Up @@ -58,7 +57,6 @@ export class Response {
enrich?: Base
eql: Eql
flattened?: Flattened
frozen_indices: FrozenIndices
graph: Base
health_api?: HealthStatistics
ilm: Ilm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,6 @@ value: |-
"full_copy_indices_count" : 0,
"shared_cache_indices_count" : 0
},
"frozen_indices" : {
"available" : true,
"enabled" : true,
"indices_count" : 0
},
"spatial" : {
"available" : true,
"enabled" : true
Expand Down
4 changes: 0 additions & 4 deletions specification/xpack/usage/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,6 @@ export class Flattened extends Base {
field_count: integer
}

export class FrozenIndices extends Base {
indices_count: long
}

export class JobUsage {
count: integer
created_by: Dictionary<string, long>
Expand Down
Loading