-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
Elasticsearch Version
8.3.3, 8.4.3
Installed Plugins
No response
Java Version
bundled
OS Version
any
Problem Description
.ml indices that are closed prevent Kibana monitoring from displaying. Using the GET _ml/anomaly_detectors/_stats endpoint:
{
"error": {
"root_cause": [
{
"type": "cluster_block_exception",
"reason": "index [.ml-anomalies-shared] blocked by: [FORBIDDEN/4/index closed];"
}
],
"type": "cluster_block_exception",
"reason": "index [.ml-anomalies-shared] blocked by: [FORBIDDEN/4/index closed];"
},
"status": 403
}
Steps to Reproduce
(Reproduced)
- Started with the closed .ml indices. (In ESS) Run a plan to change Logging and Monitoring to send to itself (self-monitoring), not a dedicated monitoring cluster.
- Plan change completed but the cluster's Stack Monitoring page would not render any data, it shows the message that you need to enable it in the console.
- Opened the .ml* indices and the Stack Monitoring data is displayed.
Logs (if relevant)
No response