-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Description
Kibana version:
8.6.2
Elasticsearch version:
8.6.2
Server OS version:
ESS
Describe the bug:
I try to delete a snapshot that was created by an ILM policy to be used as "searchable snapshot". To find it in the snapshot
list, I filter for a part of the index name.
Now in the list that is presented to me, the top hit of the snapshots found has its checkbox greyed out, because "the latest successful snapshot of a snapshot policy cannot be deleted".
While this is true for regular cluster snapshots, it is not true for searchable snapshot snapshots. The snapshot can still be deleted by opening the snapshot details and clicking the Delete button in there.
Steps to reproduce:
- Have searchable snapshots enabled
- In the Snapshot UI, search the snapshot list for one of these snapshots
- see the box of the top hit in grey
Expected behavior:
All of these snapshots should be deletable from the result list