Splunk Search

Marker Gauge for multiple events in single search

rmsagar
Engager

My search returns a table like below, I would like to have Marker Gauge grouped them as host. Please share your thoughts.

Hostname Appname Util% time
A A1 80 11:00
A A2 75 11:05
B B1 70 11:00
C C1 90 11:10

Tags (3)
0 Karma

woodcock
Esteemed Legend

The Marker Guage visualization expects to be passed a single value and it does not care what the field name is. In order to do this for your 4 hosts, you need to make 4 separate panels which should contain your first search as-is but end like this:

... | search Appname=A1 | fields Until%
... | search Appname=A2 | fields Until%
... | search Appname=A3 | fields Until%
... | search Appname=A4 | fields Until%

Put the rest of the context to explain the Hostname, etc. in the "Title" of each Panel.

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...