Skip to content

Commit

Permalink
[Console] Update console definitions (elastic#204334)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kibanamachine and ElenaStoeva authored Jan 8, 2025
1 parent 6d49348 commit a729238
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"filter_path": [],
"human": "__flag__",
"pretty": "__flag__",
"list_executed_pipelines": "__flag__",
"pipeline": "",
"refresh": [
"true",
Expand All @@ -25,7 +26,8 @@
"all",
"index-setting"
],
"require_alias": "__flag__"
"require_alias": "__flag__",
"require_data_stream": "__flag__"
},
"methods": [
"POST",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"total_feature_importance",
"definition_status"
],
"include_model_definition": "__flag__",
"size": [
"100"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a729238

Please sign in to comment.