Hi-
I'd like to view the CPU usage per core data getting from a Windows-7 server. I've configured metricbeats and started getting the data on the Kibana. But I don't see the CPU usage per core details on the dashboard. How do I visualize it ?
My setup as follows:
Metricbeat - 5.1.1
Kibana - 5.1.1.
ES - 5.1.1
My YML file looks as below:
#========================== Modules configuration ============================
metricbeat.modules:
#------------------------------- System Module -------------------------------
- module: system
metricsets:
# CPU stats
- cpu
# System Load stats
#- load
# Per CPU core stats
- core
# IO stats
- diskio
# Per filesystem stats
- filesystem
# File system summary stats
- fsstat
# Memory stats
- memory
# Network stats
- network
# Per process stats
- process
enabled: true
period: 30s
cpu_ticks: true
processes: ['.*']
Someone could please let me know.
Thanks in advance.
Prakash