In my elasticsearch backend, I have a index stats with a numerical field and a @name field.
I would like to display a pie chart (or some other panel type) in Kibana where you can list the top N @name where the percentage in the pie represents the percent of the total fields are represented.
For example, in one index, you might have
@Name: John
Field: 5
@Name: Robert
Field: 5
Then I would have a pie chart with John and Robert both at 50%. Is this possible on Kibana?
Yes; It is possible in Kibana; If we are using Kibana latest version then it would be easy for you to create visualization; Look for Pie-chart in visualization and then proceed next; Fill the appropriate fields and I hope it is not that tough to understand while filling the fields; It will render the pie chat on clicking the "Green" > button.