I went in "Stack Monitoring" and I have the messsage " No monitoring data found".
When I click on "Set up monitoring with Metricbeat", I have the following error message "Setup mode is not available. You do not have the necessary permissions to do this."
yes that is fine. but you should look in to it. basic license is free and has so many feature, like
tenent-user setup which will be very useful.
anyway do you have enable metricbeat collection true and legacy monitor false? because you can use only one at a time
PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.collection.enabled": true
}
}
this one disables old style collection.
PUT _cluster/settings
{
"persistent": {
"xpack.monitoring.elasticsearch.collection.enabled": false
}
}
you can execute this from kibana developer tool
then stop start everything if you only on test systems. you can also put this on all elasticserach.yml file
I just did this on the monitoring cluster and restart everything.
Now, on the monitoring cluster I have acces to monitoring of my local monitoring cluster + 2 metricbeats but only with few system metrics. I still can't see any monitoring data related to my production elasticsearch cluster (event if the "metricbeat-7.8.1-2020.08.14" collection contains informations related to shards, docs, ... of the remote production cluster).
According to Sachin response, my question is not anymore about finding a Kibana dashboard for ES Cluster monitoring, but about correctly visualize production cluster monitoring informations under the "Stack Monitoring" of the monitoring cluster. I can't find ES metrics, but only few system metrics.
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.