Skip to content

Commit 02c7cc7

Browse files
[8.x] [Console] Update console definitions (#202394) (#202711)
# Backport This will backport the following commits from `main` to `8.x`: - [[Console] Update console definitions (#202394)](#202394) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kibana Machine","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-03T12:44:43Z","message":"[Console] Update console definitions (#202394)\n\nThis PR updates the console definitions to match the latest ones from\r\nthe @elastic/elasticsearch-specification repo.","sha":"d1e5aa158248fef3a86a59be4212f0a8d511ff91","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Console] Update console definitions","number":202394,"url":"https://github.com/elastic/kibana/pull/202394","mergeCommit":{"message":"[Console] Update console definitions (#202394)\n\nThis PR updates the console definitions to match the latest ones from\r\nthe @elastic/elasticsearch-specification repo.","sha":"d1e5aa158248fef3a86a59be4212f0a8d511ff91"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202394","number":202394,"mergeCommit":{"message":"[Console] Update console definitions (#202394)\n\nThis PR updates the console definitions to match the latest ones from\r\nthe @elastic/elasticsearch-specification repo.","sha":"d1e5aa158248fef3a86a59be4212f0a8d511ff91"}}]}] BACKPORT-->
1 parent bd35590 commit 02c7cc7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/plugins/console/server/lib/spec_definitions/json/generated/async_search.status.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"error_trace": "__flag__",
55
"filter_path": [],
66
"human": "__flag__",
7-
"pretty": "__flag__"
7+
"pretty": "__flag__",
8+
"keep_alive": [
9+
"5d",
10+
"-1",
11+
"0"
12+
]
813
},
914
"methods": [
1015
"GET"

src/plugins/console/server/lib/spec_definitions/json/generated/async_search.submit.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
],
4949
"request_cache": "__flag__",
5050
"routing": "",
51-
"scroll": [
52-
"-1",
53-
"0"
54-
],
5551
"search_type": [
5652
"query_then_fetch",
5753
"dfs_query_then_fetch"

0 commit comments

Comments
 (0)