mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Console] Update console definitions (main) (#224790)
This PR updates the console definitions to match the latest ones from the @elastic/elasticsearch-specification repo.
This commit is contained in:
parent
6eb836c353
commit
81e362ed28
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@
|
|||
"shard_count",
|
||||
"failed_shard_count"
|
||||
],
|
||||
"state": [
|
||||
"IN_PROGRESS",
|
||||
"SUCCESS",
|
||||
"FAILED",
|
||||
"PARTIAL",
|
||||
"INCOMPATIBLE"
|
||||
],
|
||||
"verbose": "__flag__"
|
||||
},
|
||||
"methods": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue