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!

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...

SignalFlow: What? Why? How?

What is SignalFlow? Splunk Observability Cloud’s analytics engine, SignalFlow, opens up a world of in-depth ...

Federated Search for Amazon S3 | Key Use Cases to Streamline Compliance Workflows

Modern business operations are supported by data compliance. As regulations evolve, organizations must ...