Dashboards & Visualizations

charting an event with a binary state?

dang
Path Finder

I'm looking to create a view that shows whether a service is up or down. Does anyone have an example of how to chart a sort of green light/red light display on a view?

Tags (3)
0 Karma
1 Solution

hazekamp
Builder

dang,

Assuming you have a field called 'state' with binary values 0/1 you could do something like:

<my search> | head 1 | rangemap field=state low=0 default=severe

In the above search "head 1" get's us the last state. You could also do this with 'stats last(state)'. Rangemap is a command that maps field values into ranges. In this case we map 0 to low (green) and 1 to severe (red)

See also:

http://answers.splunk.com/questions/6777/add-image-to-search/13265#13265

http://answers.splunk.com/questions/7732/rangemap-command

http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton

View solution in original post

0 Karma

hazekamp
Builder

dang,

Assuming you have a field called 'state' with binary values 0/1 you could do something like:

<my search> | head 1 | rangemap field=state low=0 default=severe

In the above search "head 1" get's us the last state. You could also do this with 'stats last(state)'. Rangemap is a command that maps field values into ranges. In this case we map 0 to low (green) and 1 to severe (red)

See also:

http://answers.splunk.com/questions/6777/add-image-to-search/13265#13265

http://answers.splunk.com/questions/7732/rangemap-command

http://www.splunk.com/base/Documentation/4.2/Developer/AddASingleButton

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...