Kibana Snapshot and Restore UI does not list non-searchable snapshot backing indices for a data stream restore #179221
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Snapshot and Restore
Elasticsearch snapshots and repositories UI
good first issue
low hanging fruit
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
triage_needed
Kibana version: 7.17.8 Elastic Cloud
Elasticsearch version: 7.17.8 Elastic Cloud
Describe the bug: When attempting to restore a backing index from a data stream using the Kibana -> Stack Management -> Snapshot and Restore UI. The UI does not find the backing index even though it is listed in the snapshot.
Steps to reproduce:
There is a workaround for this by using the Restore API.
Expected behavior: The UI should allow you to restore an index like this the same way the Restore API does.
The code is filtering out any backing indices, if that can be removed it should fix this.
The text was updated successfully, but these errors were encountered: