Dashboards & Visualizations

Linemerging timer?

bojanz
Communicator

Does Splunk have an internal timer when doing line merging?

For example, if I'm doing line merging (SHOULD_LINEMERGE=true) with correct date parsing field, and events start flowing in, what happens if there is a long pause (i.e. 15 seconds) in the source application before creating the log that the Universal forwarder reads.

For example, something like this (time in first column is added by me to show when the line happened):

10:00:00 Log first line
10:00:00 Log second line (same event)
10:00:18 Log third line (same event, but the app logged this 18 sec later)

How long does Splunk wait to concatenate lines into single events?

Tags (1)
0 Karma

sdaniels
Splunk Employee
Splunk Employee

This might be a useful setting for you in this case.

Inputs.conf.spec:

time_before_close =
* Modtime delta required before Splunk can close a file on EOF.
* Tells the system not to close files that have been updated in past seconds.
* Defaults to 3

0 Karma

bojanz
Communicator

Looks interesting, I'll test it and report back 🙂

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!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...