Hi,
I am new to Elastic Stack and have configured Metricbeat on 3 different machines to output the data collected directly to Elasticsearch. Now 2 of the machines are showing data just fine in the Host Overview dashboard, but one is not . I am using the same exact system.yml configuration on all 3 nodes. Any ideas of what could be happening here?
system.yml configuration
- module: system
period: 10s
metricsets:
- cpu
- load
- memory
- network
- process
- process_summary
#- core
- diskio
#- socket
processes: ['.*']
process.include_top_n:
by_cpu: 5 # include top 5 processes by CPU
by_memory: 5 # include top 5 processes by memory
cpu.metrics: ["percentages"] # The other available options are normalized_percentages and ticks.
core.metrics: ["percentages"] # The other available option is ticks.
- module: system
period: 10s
metricsets:
- filesystem
- fsstat
filesystem.ignore_types: [nfs, smbfs, autofs]
- module: system
period: 15m
metricsets:
- uptime