Skip to content

Commit

Permalink
[Console] Update console definitions (elastic#203364)
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.
  • Loading branch information
kibanamachine authored Dec 10, 2024
1 parent 4feed67 commit 2479e0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"0"
],
"keep_on_completion": "__flag__",
"keep_alive": [
"5d",
"-1",
"0"
],
"allow_no_indices": "__flag__",
"allow_partial_search_results": "__flag__",
"analyzer": "",
Expand Down Expand Up @@ -43,9 +38,6 @@
"lenient": "__flag__",
"max_concurrent_shard_requests": "",
"preference": "",
"pre_filter_shard_size": [
"1"
],
"request_cache": "__flag__",
"routing": "",
"search_type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"hidden",
"none"
],
"ignore_unavailable": "__flag__"
"ignore_unavailable": "__flag__",
"master_timeout": [
"30s",
"-1",
"0"
]
},
"methods": [
"HEAD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"hidden",
"none"
],
"ignore_unavailable": "__flag__"
"ignore_unavailable": "__flag__",
"master_timeout": [
"30s",
"-1",
"0"
]
},
"methods": [
"GET"
Expand Down

0 comments on commit 2479e0a

Please sign in to comment.