Getting Data In

Solution : event splitted even with SHOULD_LINEMERGE in props.conf

splunkreal
Motivator

Hello,
some events are not parsed correctly and not splitted only when there is timestamp especially with "slow" events.

 

* If this helps, please upvote or accept solution 🙂 *
0 Karma
1 Solution

splunkreal
Motivator

Solution applied from support KB https://splunk.my.site.com/customer/s/article/Multi-line-Breaking-Is-not-Working-after-Setting-up-th...

Indexers side
props.conf

[mysourcetype]
MAX_TIMESTAMP_LOOKAHEAD = 21
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S
SHOULD_LINEMERGE = true
NO_BINARY_CHECK = true

UF side
inputs.conf

# line merge
time_before_close = 60
multiline_event_extra_waittime = true

 

* If this helps, please upvote or accept solution 🙂 *

View solution in original post

0 Karma

splunkreal
Motivator

Solution applied from support KB https://splunk.my.site.com/customer/s/article/Multi-line-Breaking-Is-not-Working-after-Setting-up-th...

Indexers side
props.conf

[mysourcetype]
MAX_TIMESTAMP_LOOKAHEAD = 21
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S
SHOULD_LINEMERGE = true
NO_BINARY_CHECK = true

UF side
inputs.conf

# line merge
time_before_close = 60
multiline_event_extra_waittime = true

 

* If this helps, please upvote or accept solution 🙂 *
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...