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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...