Dashboards & Visualizations

How do I track event progress in a rangemap?

stevedefazio
Explorer

I am building a dashboard that shows the progress of a particular process. What I'd like to do is:

In the last 24 hours
If I've seen message x, set a rangemap to grey
If I've seen message x & then y, set rangemap to yellow
If I've seen message x & then y, & then z, set rangemap to green
If I've seen message x & then 20 minutes have passed without y or z, set rangemap to red

index="myIndex" | rex field=message=(extract message field).* | (here is what I am not sure of) | rangemap field=message grey=1 yellow=2 green=3 red=4

Basically, I'm not sure how to get from "counting things" to "check if multiple related things have happened"

Tags (1)
0 Karma

bjoernjensen
Contributor

Hi,

if the constrains let you do this you might want to have a look into the usage of event types for message x, y and z.

To get a relation between events I would use streamstats with windows (number of events) or time_window (time frame).
http://docs.splunk.com/Documentation/Splunk/7.2.0/SearchReference/Streamstats

Cheerz,
Björn

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...