Splunk Search

How to filter my search results to only return events where a certain message occurred within 5 seconds of each other?

jpkeeton
New Member

This can't be answered by limiting the time range searched.

Repro:
- I set my search terms and date range.
- I get back plenty of results, but
- I need to limit results only to times where a certain message is logged with 5 or so seconds of another

example
04-15-16 05:15:00 - neededMessage
04-17-16 22:00:15 - neededMessage
04-17-16 22:04:01 - neededMessage

04-19-16 04:02:33 - neededMessage

So there are results, but I only want results returned that are within a few seconds of each other, like rows 2 and 3 above.

Tags (3)
0 Karma

dolivasoh
Contributor

Transaction is your friend.

| transaction startswith=neededMessage1 endswith=neededmessage2 | where duration <=5
0 Karma

somesoni2
SplunkTrust
SplunkTrust

Throw in the maxspan=5s OR 5m in transaction command to further limit the number of transactions.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...