I am running metricbeat 6.3.0, below is my metricbeat.yml file:
#========================== Modules configuration ============================
metricbeat.modules:
#------------------------------- System Module -------------------------------
- module: system
metricsets: ["cpu", "filesystem", "memory"]
enabled: true
period: 1m
processes: [".*"]
cpu_ticks: false
fields_under_root: true
tags: ["metrics"]
#----------------------------- Logstash output --------------------------------
output.logstash:
# The Logstash hosts
enabled: true
hosts: ["somehost:5044"]
processors:
- drop_fields:
fields: ["host"]
When i see in kibana, i see a lot of my mount points are not reflecting diskspace metrics. Am i missing anything here?
With same config in version 5.2.0, i was not facing the issue. Please help on this.