we have a requirement to some of our test results in kibana pie chart .
e.g we have the index pattern as following with the fields and i want to plot passedCount, failedCount values in kibana Pie Chart with each timestamp .
timestamp: Jan 25, 2021 @ 14:34:02.110 ,
messsage: "TAP Execution completed",
passedCount: 15,
failedCount: 11
As we use aggregations based on no of entries in logs , but not based on values . please suggest how do we use values to draw pie charts
question from:
https://stackoverflow.com/questions/65913055/draw-pie-chart-in-kibana-based-on-field-values 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…