hi,
I'm using the Elastic stack 7.2 and I have configured the cluster xpack monitoring.
Currently I can see the indices .monitoring-es-7* but I cannot visualize them in Kibana.
I'm facing this error:
I can't reproduce this, but there are few steps you can take to maybe get pass this:
Make sure the main default (Superuser) has turned on Monitoring for that cluster by clicking the "Turn on monitoring" button when clicking on the Stack Monitoring from the side-menu. This basically sets xpack.monitoring.collection.enabled to true
Are you sure the correct user is logged into Kibana? I would do /logout (after the port number) and login with the correct user (the same user that's in the config)
Might also be that the indexes got corrupted somehow try deleting them by running the following query in Dev Tools:
DELETE .monitoring-*
ES should recreate the indexes after about 10 seconds
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.