Hello,
I have an elastic cluster and i'm trying to setup the stack monitoring.
I followed the instructions on these pages :
- https://www.elastic.co/guide/en/kibana/current/monitoring-metricbeat.html
- https://www.elastic.co/guide/en/kibana/current/monitoring-data.html
But I have an error :
Unable to find the cluster in the selected time range. UUID [{UUID}] HTTP 404
I checked the indices, and .monitoring-es-7-mb-{date} is present. The logs seems good.
Some informations about my cluster :
- Cluster is with a gold license in a production mode
- I am monitoring the cluster itself
- My ssl certificate has the DNS CN, I can't pass by localhost. So in the metricbeat elasticsearch-xpack configuration, I putted the domain name. (everything looks good with that)
- For testing, I am sending the metricbeat logs on the same node that i'm trying to monitor.
Do you have any suggestions ?