mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add xpack info and usage endpoints for runtime fields (#65600)
Relates to #59332
This commit is contained in:
parent
52afaf2060
commit
20d6fbcd55
13 changed files with 765 additions and 17 deletions
|
@ -107,6 +107,10 @@ Example response:
|
|||
"available": true,
|
||||
"enabled": true
|
||||
},
|
||||
"runtime_fields": {
|
||||
"available": true,
|
||||
"enabled": true
|
||||
},
|
||||
"searchable_snapshots" : {
|
||||
"available" : true,
|
||||
"enabled" : true
|
||||
|
|
|
@ -341,6 +341,11 @@ GET /_xpack/usage
|
|||
"aggregate_metric" : {
|
||||
"available" : true,
|
||||
"enabled" : true
|
||||
},
|
||||
"runtime_fields" : {
|
||||
"available" : true,
|
||||
"enabled" : true,
|
||||
"field_types" : []
|
||||
}
|
||||
}
|
||||
------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue