[Stack Management][Index Management] Allocation Explain and Snapshot Restore #157662
Labels
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
👋 howdy, team -- I like Kibana's Stack Management ability to introspect Elasticsearch objects without having to figure out the backing Elasticsearch API's, thanks for building it!
Kibana's Index Management seems to majorly be built for every-day index admin tasks with some UI errors/warnings about when Elasticsearch has fallen off happy-path. One of the most frequent troubleshooting investigations raised to our team, Cluster
status:{yellow,red}
, seems to have to pivot towards DevTools or Elasticsearch API very quickly even if Kibana UI is accessible.request
Since this recovery is so integral to ongoing database adoption, I imagine the conversation about putting some of this troubleshooting information into Stack Management has been discussed previously in Github or internally, but I'm not finding it, sorry, so filing it. (If it already exists, will you kindly link it to me and close here?)
Will your team kindly consider adding in Kibana UI content:
status:{yellow,red}
automatically pull an Allocation Explain report for index's shards based on descending priority{primary_N, replica_N}
. Just the raw JSON similar to if user were to poll this endpoint, but maybe also linking to help me understand output examples.status:red
show UI to snapshot restore only this index from the last successfully-captured-it snapshot with a warning kinda like "we'll restore last-successful snapshot of this index, but data gathered after may already be lost". This would automate Closing Index and running the snapshot restore command, then would show something like "shard is recovering, please monitor Cluster Health and CAT Recovery for its completion via DevTools".example
I don't know how to induce a
status:red
index easily on Elastic Cloud, so showingstatus:yellow
:index:test
with replicasstatus:yellow
The text was updated successfully, but these errors were encountered: