[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:
Kibana Machine 2025-01-09 00:51:00 +11:00 committed by GitHub
parent 6d49348db8
commit a729238cc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 2 deletions

View file

@ -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",

View file

@ -16,6 +16,7 @@
"total_feature_importance",
"definition_status"
],
"include_model_definition": "__flag__",
"size": [
"100"
],

View file

@ -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"