mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Console] Update console definitions (#204334)
This PR updates the console definitions to match the latest ones from the @elastic/elasticsearch-specification repo. Co-authored-by: Elena Stoeva <59341489+ElenaStoeva@users.noreply.github.com>
This commit is contained in:
parent
6d49348db8
commit
a729238cc7
3 changed files with 15 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
"filter_path": [],
|
||||
"human": "__flag__",
|
||||
"pretty": "__flag__",
|
||||
"list_executed_pipelines": "__flag__",
|
||||
"pipeline": "",
|
||||
"refresh": [
|
||||
"true",
|
||||
|
@ -25,7 +26,8 @@
|
|||
"all",
|
||||
"index-setting"
|
||||
],
|
||||
"require_alias": "__flag__"
|
||||
"require_alias": "__flag__",
|
||||
"require_data_stream": "__flag__"
|
||||
},
|
||||
"methods": [
|
||||
"POST",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"total_feature_importance",
|
||||
"definition_status"
|
||||
],
|
||||
"include_model_definition": "__flag__",
|
||||
"size": [
|
||||
"100"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,17 @@
|
|||
"error_trace": "__flag__",
|
||||
"filter_path": [],
|
||||
"human": "__flag__",
|
||||
"pretty": "__flag__"
|
||||
"pretty": "__flag__",
|
||||
"allow_no_indices": "__flag__",
|
||||
"expand_wildcards": [
|
||||
"all",
|
||||
"open",
|
||||
"closed",
|
||||
"hidden",
|
||||
"none"
|
||||
],
|
||||
"ignore_throttled": "__flag__",
|
||||
"ignore_unavailable": "__flag__"
|
||||
},
|
||||
"methods": [
|
||||
"PUT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue