Hello All
I am trying to build a visualization in Kibana using Gauge . Below is the data in my Index
App_Name Service_Name Run_Number Coverage
Red A 4 90
Red B 4 70
Blue A 4 90
Blue C 4 90
Green A 4 90
Red A 3 80
Red B 3 60
Blue A 3 70
Blue C 3 90
Green A 3 60
Red A 2 85
Red B 2 45
Blue A 2 75
Blue C 2 40
Green A 2 65
I want to display a gauge for each app and show the average of coverage for all services for the app for the latest Run_number
Red Blue Green
80 90 90
Shows the average for each App for the recent run_number = 4
Any thoughts on how I can set this up in Kibana Visualization . I am not able to filter dynamically based on the max run_number .
Appreciate any help on this
Thanks
Karthik