Sum aggregation : CSV file parsed using ELK, looking for a way to get a sum value of CPU, Memory & Disk utilized across the cluster

I am new to ELK, looking for help.

I have csv data of Virtual machines Inventory in a csv file, while visualizing the data.

Can anybody help me with getting sum value of CPU, Memory and Disk used?

Example:

Error:

Anyways I found the solution.

Changed the data type using "mutate" as to "integer" while parsing the data through logstash.

Sum aggregation works fine now :slight_smile:

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