Hi everybody,
I'm running metricbeat agent v6.4.1 on a windows 7 enterprise SP1 .
I want to gather some metricsets of the System module.
So my conf is :
metricbeat.modules:
#------------------------------- System Module -------------------------------
- module: system
metricsets:
- cpu # CPU usage
- filesystem # File system usage for each mountpoint
- memory # Memory usage
- process_summary # Process summary
- uptime # System Uptime
- core # Per CPU core usage
#- fsstat # File system summary metrics
#- load # CPU load averages
#- network # Network IO
#- process # Per process metrics
#- diskio # Disk IO
#- raid # Raid
#- socket # Sockets and connection info (linux only)
enabled: true
period: 3600s
processes: ['.*']
# Configure the metric types that are included by these metricsets.
cpu.metrics: ["percentages"] # The other available options are normalized_percentages and ticks.
core.metrics: ["percentages"] # The other available option is ticks.
I restart the metricbeat service.
And on Kibana, i still have all the metricsets collected, as network, fsstat, process...
Need help to find what is wrong in my configuration file.
Thx a lot.
BR,