Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana Snapshot and Restore UI does not list non-searchable snapshot backing indices for a data stream restore #179221

Open
tiaanwest opened this issue Mar 22, 2024 · 1 comment
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

Comments

@tiaanwest
Copy link

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:

  1. Create data stream that is saved to snapshots but not part of any searchable snapshots.
  2. Verify that backing indices exist in a snapshot
  3. Try to restore the same backing index using the Kibana UI which will give you the error below:
Screenshot 2024-03-22 at 10 04 34

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.

@tiaanwest tiaanwest added the bug Fixes for quality problems that affect the customer experience label Mar 22, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Mar 22, 2024
@tiaanwest tiaanwest added Feature:Snapshot and Restore Elasticsearch snapshots and repositories UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Mar 22, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants