Getting Data In

understanding EVENT-BREAK settings

Abha
Explorer

Hi
I am just exploring how can event break settings be used.Need some help with it.

My input data is simply a text document, containing just a paragraph.
I want Splunk to take every word as one event.
What LINE_BREAKER do I specify in props.conf??
Can it be done in any other way?

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

To get each word split into its own event you could do this:

LINE_BREAKER=(\W+)
SHOULD_LINEMERGE=0

That will break events at every group of non-word characters and consume them so they will not appear in your event.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

To get each word split into its own event you could do this:

LINE_BREAKER=(\W+)
SHOULD_LINEMERGE=0

That will break events at every group of non-word characters and consume them so they will not appear in your event.

Abha
Explorer

It worked! Thanks a million 🙂

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, ...