Splunk Dev

Translating a defined tracking session using SPL

dwong2
New Member

How would I do this in SPL?

I want to calculate a tracking session:
Find an ENTER event in the log.
Search forward in the log data for events after this event with the same device ID and same account ID. Sort them by date (ascending).

Walk through the log events in order, adding them to the session. If any of the following occurs, we stop searching:

If the next is more than "session timeout" (default 5 minutes) after the previous event in the session, consider the session terminated.

If an EXIT or TIMEOUT event occurs, consider the session terminated.

Find the last non-timeout event.
Session duration calculation is based on the time difference between the first event and the last non-timeout event.

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...