Unable to mount searchable snapshot for backing indices of .fleet-actions-results
system data stream
#117962
Labels
>bug
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
Team:Data Management
Meta label for data/management team
Elasticsearch Version
8.15.0
Installed Plugins
No response
Java Version
bundled
OS Version
ESS
Problem Description
Issue observed in the field
Users can edit the managed ILM policy
.fleet-actions-results-ilm-policy
to include a frozen phase.When a backing index from the
.fleet-actions-results
enters thefrozen
phase, Elasticsearch is unable to mount the respective searchable snapshot.Such error message is observed in the ILM explain result:
This opens the conversation around searchable snapshots and system data streams/indices (part of feature states) and whether we should even allow users to configure cold/frozen phases for ILM policies that are potentially attached to these.
Could the team review this? Do we consider this as an issue and do we want to allow / restrict such use case?
Thank you team 🙏
Steps to Reproduce
Create an ESS cluster with 1 hot node, 1 frozen node, one Integrations Server
Create a role to access
.fleet*
indices:Login to Kibana and edit the
.fleet-actions-results-ilm-policy
ILM policy to include afrozen
phase (feel free to modify the rollover conditions and ILM poll interval for testing purposes)Deploy an Elastic Agent with the Osquery Manager integration.
Run a few live Osquery queries so that documents are ingested in the
.fleet-actions-results
data streamOnce the initial backing index has rolled over and has entered the frozen phase, check the ILM explain for the same index:
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: