Splunk Search

Radial gauge with precise numbers

juanpavergara
Engager

I can obtain a gauge with the needle pointing to the total events with method=GET and the total being the sum of the events having method=GET and method=POST with the following:

method=GET | stats count as totalGET | appendcols [search method=POST | stats count as totalPOST] | eval totalMethods = totalGET + totalPOST | gauge totalGET 0 totalMethods/2 totalMethods

However the upper limit of the gauge shows 25000 and the total count is 25904. Is there a way to make the gauge show exactly 25904 in the upper limit?

0 Karma

paulbannister
Communicator

Hi There,

I may not have the exact answer you need as we have something similar, what we've done is within the XML dashboard is pass a token from the search into the rangeValues option to set the upper limit, however this does not display the final precise number in the gauge... merely the last whole number then a gap. To resolve this we use the same token to display the upper within the title bar of the gauge

name="charting.chart.rangeValues">[0,$limit$]

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...