[Console] Update console definitions (#202394)

This PR updates the console definitions to match the latest ones from
the @elastic/elasticsearch-specification repo.
This commit is contained in:
Kibana Machine 2024-12-03 23:44:43 +11:00 committed by GitHub
parent bcd442239f
commit d1e5aa1582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,12 @@
"error_trace": "__flag__",
"filter_path": [],
"human": "__flag__",
"pretty": "__flag__"
"pretty": "__flag__",
"keep_alive": [
"5d",
"-1",
"0"
]
},
"methods": [
"GET"

View file

@ -48,10 +48,6 @@
],
"request_cache": "__flag__",
"routing": "",
"scroll": [
"-1",
"0"
],
"search_type": [
"query_then_fetch",
"dfs_query_then_fetch"