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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...