Hi, I am trying a visualization (Pie Chart) to show Disk Usage of a machine.
The fields that I have are: Total and Available, of the number type.
Eg: Total: 290, Available: 210.
I want to depict this on a pie chart, I found out that Kibana Pie Chart doesn't support aggregations other than Count, Unique Count and Sum. Is there a workaround by which I could show this information on a pie chart? Like does it supports splitting slices based on values of a field?
Thanks
A