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!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...