Hi , 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 .
I don't fully understand your question. You have an index with this documents, where for every timestamp you would log such a document wit hapssedCount and failedCount ?
now you want to draw a piechart for each specific timestamp ?
i think this is not possible in kibana at the moment.
what you could do is draw a bar chart, where for every timestamp you have two bars: one showing failed count and the other showing passed count:
go to bar chart visualizaton, for your x axis choose date histogram aggregation over timestamp field
add two metrics (and remove count metric): SUM for the field 'passedCount' and the other one SUM for the field 'failedCount'
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.