Metrcibeat 6.2.4

I am using elasticsearch 6.2.4 and metricbeat 6.2.4 in my environment. I am trying to get the index system.cpu.total.norm.pct from metricbeat to use it as a variable in elastalert for sending system overall cpu usage notification. But I am not able to get this index variable in elasticsearch. Do I need to configure anything additional in metricbeat side or in Elasticsearch side?

I can able to see only system.cpu.total.pct index variable. But I am looking for system.cpu.total.norm.pct.

Any help on this?

Thanks,
Sathish

Have you added normalized_percentages to the list in cpu.metrics in your config file?

1 Like

I just added this value in system.yml module config. But still not working for me
cpu.metrics: ["percentages", "normalized_percentages", "ticks"]

It worked finally. I am able to see the normalized values now.

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