Hello!
Im trying to monitor my snapshots.
When i exec GET _snapshot/_all/status it doesnt show anything.
Does anyone how to create a watcher or a query to see if a snapshot fail or if some of their shards fails ?
Thank you in advanced!
Hello!
Im trying to monitor my snapshots.
When i exec GET _snapshot/_all/status it doesnt show anything.
Does anyone how to create a watcher or a query to see if a snapshot fail or if some of their shards fails ?
Thank you in advanced!
Hi,
Have you checked this document?
To monitor any currently running snapshots, use the [get snapshot API]
GET _snapshot/my_repository/_current
To get a complete breakdown of each shard participating in any currently running snapshots, use the [get snapshot status API].
GET _snapshot/_status
First of all, thank you for your help.
I've checked that but i suppose that it only works with current snapshots.
What i want is to have a dashboard or an alert that check the status of ended snapshots.
Check if it was okey or if not or if some shards has failed.
Thanks in advanced!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.