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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...