Splunk Search

Time search for log

keshab
Path Finder

Hi,

What will be the search condition if I wanna display only one log line if they occur within 5 min??

For e.g.

10:10:30 tomcat trying to restart
10:9:10 tomcat trying to restart

I want splunk to count those two events as one if they occur within 5 min time duration.

Tags (2)
0 Karma

Ayn
Legend

You could use transaction with a maxpause of 5 minutes. That way Splunk will create a new transaction when no additional events are found within 5 minutes after an event. Let's say the text you're matching on is available in the field "status_message".

... | transaction maxpause=5m status_message

Using this you'll get a bunch of transactions - in the cases where another event has occurred within 5 minutes after the a previous event, all these events will be put into the same transaction.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Catalog Is Now Generally Available on Splunk Cloud Platform

A Unified View of Your Data  Security logs, application events, business data, and historical telemetry often ...

Developer Spotlight with Eduard Lekanne

From Network Engineer to Building Agentic AI for Splunk Eduard Lekanne has been architecting technology ...

From Data Landing to Insight

Search Across More of Your Data Ecosystem The data you need may live in Splunk, high-volume machine data, ...