Pie chart from array

Hi,

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?

Thanks in advance
Yakir

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.

Hey,

There was a problem with the data, therefore I didn't saw the charts.
After fixing the data the chart create

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.