Skip to content

Commit

Permalink
[Console] Update console definitions (elastic#202394)
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 3, 2024
1 parent bcd4422 commit d1e5aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"error_trace": "__flag__",
"filter_path": [],
"human": "__flag__",
"pretty": "__flag__"
"pretty": "__flag__",
"keep_alive": [
"5d",
"-1",
"0"
]
},
"methods": [
"GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
],
"request_cache": "__flag__",
"routing": "",
"scroll": [
"-1",
"0"
],
"search_type": [
"query_then_fetch",
"dfs_query_then_fetch"
Expand Down

0 comments on commit d1e5aa1

Please sign in to comment.