Anyone knows how to filter tsvb aggregated result?
In my example below, I used 3 aggregations then grouped by Cluster, to capture the remaining memory %
- avg (MemoryUsageGB)
- avg(MemoryTotalGB)
- bucket script to get the percentage
My plan is to remove the group by cluster bcoz im trying to count only the esxi's where their remaining memory % is from 0%-5% then 5%-20%.. but.. how to do that in tsvb?