I'm trying to get the number of the field to appear in the pie chart. Currently with the following search and XML change I can get the label and the percentage of the field but would like all three to appear. Here is my search:
index=main source=mylog.log | chart latest(hardDriveUsed) as "Bytes Used" latest(hardDriveFree) as "Bytes Free" | transpose
I also add the following for the percentage in the XML (intentional spaces added between <>):< option name="charting.chart.showPercent" >true < /option >
Any help would be greatly appreciated. Thanks!
↧