- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
What's the appropriate regex for event break Every Line? Is my props.conf
correct?
[index_name]
LINE_BREAKER = ([\r\n]+)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi there, yes, that is correct.
However the stanza name should not be an index name but a sourcetype name.
Also, you could use
SHOULD_LINEMERGE = false
more info here: http://docs.splunk.com/Documentation/Splunk/6.5.3/Admin/Propsconf
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi dantimola
to have each event in one line use
SHOULD_LINEMERGE = false
I suggest, before logs indexing, try to index a test copy of your logs using the web extractor (inserting them in a test index), in this way, you can build your props.conf by web interface and see every configuration (timestamp, line break, etc...).
Bye.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi there, yes, that is correct.
However the stanza name should not be an index name but a sourcetype name.
Also, you could use
SHOULD_LINEMERGE = false
more info here: http://docs.splunk.com/Documentation/Splunk/6.5.3/Admin/Propsconf
