We've got two metrics which we would like to compare. One is a count of total work items due for a day. This builds up as hundreds of thousands of events are received during the morning. Let's call the count of these totA.
Over the entire day, we receive a different set of events into the same index, which denote each work item being actioned. Let's call the count of these totB.
I want to show a comparison between these on a dashboard. Ideally this would be a gauge, measuring totB but with maximum range set as totA.
Alternatively, I'll settle for showing a metric, calculated as totB / totA as a %age.
You can try and use the parameters from the Math aggregation but i'm not really sure they work in TSVB for now. If you can't get the dynamic limits to work, an enhancement request for it would be great here: https://github.com/elastic/kibana
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.