I want to create Pie chart from jsonarray.
I have json array with value and percent.
For example:
[{X,20},{y,50},{z,30}]
The number of object is dynamic (it can be 20 value) but in total all sum values is 100.
My question is how to create Pie chart in Kibana from this jsonarray?
Hey @wkpv68 do you already have this data in Elasticsearch? Kibana pulls all of it's data from Elasticsearch, so you'll need to index your data into Elasticsearch before creating charts in Kibana that utilize it.
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.