No obvious way to delete an index pattern that matches 0 indices #48019
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Kibana version:
7.3.2
Elasticsearch version:
7.3.2
Describe the bug:
If an index pattern exists for an index or indices that have since been deleted, there is no way to delete the index pattern. The reason is that the only "delete" button for index patterns is on the index pattern details page, which will not load if there are no matching indices.
Steps to reproduce:
No indices match pattern "YOUR_INDEX_PATTERN"
Expected behavior:
Either the details page should load even without the indices present OR there should be a delete button on the listing page
Any additional context:
This seems to have come up before (#9224) but I think the page has been redesigned since then and this problem is more related to page design than any kind of underlying logic problem.
The text was updated successfully, but these errors were encountered: