/etc/metricbeat/metricbeat.yml
# ============================= X-Pack Monitoring ==============================
# Metricbeat can export internal metrics to a central Elasticsearch monitoring
# cluster. This requires xpack monitoring to be enabled in Elasticsearch. The
# reporting is disabled by default.
# Set to true to enable the monitoring reporter.
#monitoring.enabled: false
Which is strange. Since there is a statement:
The reporting is disabled by default
So it should have been false. When I uncommented this value, like this:
monitoring.enabled: false
Then after some 30 seconds, kibana started showing N/A for metricbeat monitoring..
So, seems like this "monitoring.enabled" default value is actually true..?
To get rid of this N/A, I had to additionally add these to metricbeat.yml
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.