Hi Todor.
For a single Pie chart displaying values of different agents together you need to use the
Terms aggregation in a Split slice
Buckets. Choose
agent.name as the
Field for grouping your data by agent name. In
Metrics, choose
data.winCounter.CookedValue for the
Field and use
Top Hit for the aggregation. Sort by timestamp descending so the metric uses the most recent value. Add filter for
rule.id corresponding to the metric you want to aggregate, for example
302000 for available memory or
302003 for free disk space. This should allow you to visualize most recent usage value of both agents in a single pie chart. However, a pie chart for aggregating CPU utilization of both agents doesn't seem useful since the metric is a percentage. Tell me if I'm missing something here about what you need.
And I'm not sure I understand about a pie chart with all Windows counters at once for a single agent. Again, it doesn't seem useful to aggregate percentages with megabytes and so.
Let me know if this is helpful and what additional information you can share. maybe you can explain further your monitoring needs and we can see a way to assist. Thank you.