mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
bcd442239f
commit
d1e5aa1582
2 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,12 @@
|
|||
"error_trace": "__flag__",
|
||||
"filter_path": [],
|
||||
"human": "__flag__",
|
||||
"pretty": "__flag__"
|
||||
"pretty": "__flag__",
|
||||
"keep_alive": [
|
||||
"5d",
|
||||
"-1",
|
||||
"0"
|
||||
]
|
||||
},
|
||||
"methods": [
|
||||
"GET"
|
||||
|
|
|
@ -48,10 +48,6 @@
|
|||
],
|
||||
"request_cache": "__flag__",
|
||||
"routing": "",
|
||||
"scroll": [
|
||||
"-1",
|
||||
"0"
|
||||
],
|
||||
"search_type": [
|
||||
"query_then_fetch",
|
||||
"dfs_query_then_fetch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue