CPU Usage per Core Visualization

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

Thanks @andrewkroh for correcting the subject line.
Could you please let me know, how do I visualize it on the dashboard ? Thanks in advance !

Regards,
Prakash

@prakash1243 Can you share what you tried so far and what didn't work?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.