Hi,
Note: I am running ELK 7.9.1. All beats were updated to match same version
Recently Uptime app stopped showing data. It used to work fine and I was monitoring a few machines. Now it is showing nothing else but this error message:
I manually created index heartbeat-*
to track data shipping and see all fields. Thanks to this I can confirm the data its being delivered to Elasticsearch:
If you see just a few of data is because I have been researching and trying different things. In few words:
- Stopped all beats
- Removed all indexes, templates and policies (until Uptime showed that no data was available, and recommended to install Heartbeat)
- Reinstalled all beats (matching ELK version 7.9.1)
- Ran heartbeat setup from just one machine and confirmed creation of all related indexes, templates and policies. Found no errors in the beat logs.
- Started heartbeat service in just one machine. Found no errors in the beat logs
- Confirmed data is arriving to Elasticsearch as I can see it in Discovery but Uptime started to show the same error.
Any ideas?
Thank you