elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.65k stars 8.23k forks source link

Facilitate the restore of red indices #137368

Open renshuki opened 2 years ago

renshuki commented 2 years ago

Kibana version: 8.3.2 Related issues:

Synopsis

Currently, restoring red indices from a snapshot require the following steps in Kibana UI:

1) Close all the red indices

(You may need to repeat the operation if you have more than 100 red indices as there is a limit of 100 rows per page)

2) Restore the closed red indices

Describe the feature

Add a feature to automate and streamline the restore of red indices in a cluster.

Proposals

Below, 2 different alternatives that could be implemented as a feature:

1. Only restore red indices check box from the Restore UI

Screen Shot 2022-07-28 at 9 36 15

2. Restore from Index Management

Screen Shot 2022-07-28 at 9 44 00

Filter and select the desired indices. Then, Restore indices should prompt a message which allow the users to select from which repository / snapshot they want to restore from and populate the restore UI accordingly (with the red indices pre-selected).

In both proposals (1) and (2), the step of closing red indices to restore should be tranparent for the user - i.e operated in the background before the restore happens.

I'm open to discuss other solutions for this enhancement in order to make the restore process of red indices more user-friendly.


CC: @romain-chanu who participated in the brainstorming :heart:

elasticmachine commented 2 years ago

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

romain-chanu commented 2 years ago

Also related to https://github.com/elastic/elasticsearch/issues/86606

elasticmachine commented 2 months ago

Pinging @elastic/kibana-management (Team:Kibana Management)