Skip to content

Commit

Permalink
[8.x] [Console] Update console definitions (#203364) (#203532)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Console] Update console definitions
(#203364)](#203364)

<!--- 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-10T10:29:23Z","message":"[Console]
Update console definitions (#203364)\n\nThis PR updates the console
definitions to match the latest ones from\r\nthe
@elastic/elasticsearch-specification
repo.","sha":"2479e0abf32a76311ca0c09b032041ff7c6dd84f","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-major"],"title":"[Console]
Update console
definitions","number":203364,"url":"https://github.com/elastic/kibana/pull/203364","mergeCommit":{"message":"[Console]
Update console definitions (#203364)\n\nThis PR updates the console
definitions to match the latest ones from\r\nthe
@elastic/elasticsearch-specification
repo.","sha":"2479e0abf32a76311ca0c09b032041ff7c6dd84f"}},"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/203364","number":203364,"mergeCommit":{"message":"[Console]
Update console definitions (#203364)\n\nThis PR updates the console
definitions to match the latest ones from\r\nthe
@elastic/elasticsearch-specification
repo.","sha":"2479e0abf32a76311ca0c09b032041ff7c6dd84f"}}]}] BACKPORT-->
  • Loading branch information
kibanamachine authored Dec 10, 2024
1 parent e3033e9 commit 6ed3337
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 6ed3337

Please sign in to comment.