I am using Kibana version 5.6.5; is it possible to have a max range value that is dynamic for the "gauge" or "metric" visualization in order to display an accurate percentage?
We are using Kibana to display the results of some Jenkins jobs and I want to display pass/fail percentage. Currently I display a gauge with a count for the number of tests ran, and two other gauges that display the pass and fail count.
What I really need is a single visualization (metric or gauge) with a percentage of tests that passed and the max range need to be dynamic (instead of static) based of the total number of tests ran within a given time frame in order for the percentage to be accurate.
The "Pie Chart" visualization does this, but there is no way to simply display a metric with the percentage.