<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic event cannot break line in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689344#M19491</link>
    <description>&lt;P&gt;Hi everyone, I have a problem with the line-break in Splunk.&amp;nbsp;I have tried following the methods as in other posts.&amp;nbsp;&lt;BR /&gt;Here is my props.conf&lt;BR /&gt;[test1:sec]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;CHARSET=AUTO&lt;BR /&gt;disabled=false&lt;BR /&gt;TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%9QZ&lt;BR /&gt;TIME_PREFIX=&amp;lt;TimeCreated SystemTime='&lt;BR /&gt;&lt;BR /&gt;when I applied this sourcetype in raw windows, it work. but after I finished, it was one event&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-06-03_113906.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31108i4F92E7068BD6CDE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-06-03_113906.png" alt="2024-06-03_113906.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;raw windows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thangs4_0-1717389331887.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31107i2375D9FCF3129DDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thangs4_0-1717389331887.png" alt="thangs4_0-1717389331887.png" /&gt;&lt;/span&gt;&lt;BR /&gt;#line-break&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 04:44:45 GMT</pubDate>
    <dc:creator>thangs4</dc:creator>
    <dc:date>2024-06-03T04:44:45Z</dc:date>
    <item>
      <title>event cannot break line</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689344#M19491</link>
      <description>&lt;P&gt;Hi everyone, I have a problem with the line-break in Splunk.&amp;nbsp;I have tried following the methods as in other posts.&amp;nbsp;&lt;BR /&gt;Here is my props.conf&lt;BR /&gt;[test1:sec]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;CHARSET=AUTO&lt;BR /&gt;disabled=false&lt;BR /&gt;TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%9QZ&lt;BR /&gt;TIME_PREFIX=&amp;lt;TimeCreated SystemTime='&lt;BR /&gt;&lt;BR /&gt;when I applied this sourcetype in raw windows, it work. but after I finished, it was one event&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-06-03_113906.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31108i4F92E7068BD6CDE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-06-03_113906.png" alt="2024-06-03_113906.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;raw windows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thangs4_0-1717389331887.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31107i2375D9FCF3129DDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thangs4_0-1717389331887.png" alt="thangs4_0-1717389331887.png" /&gt;&lt;/span&gt;&lt;BR /&gt;#line-break&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 04:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689344#M19491</guid>
      <dc:creator>thangs4</dc:creator>
      <dc:date>2024-06-03T04:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: event cannot break line</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689345#M19492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268597"&gt;@thangs4&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;From your second screenshot it doesn't look like the events are being parsed correctly. It looks like there wasn't a clean break between the events, and a timestamp wasn't extracted from the first event.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try using these settings in props.conf on your indexer/HF to explicitly break events before/after the &amp;lt;Event&amp;gt; and &amp;lt;/Event&amp;gt; tags:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;KV_MODE=xml
TRUNCATE = 0
SHOULD_LINEMERGE = false
LINE_BREAKER=([\r\n]+)\&amp;lt;Event\sxmlns
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%9QZ
TIME_PREFIX=&amp;lt;TimeCreated SystemTime=' 
MUST_BREAK_AFTER = \&amp;lt;\/Event\&amp;gt;
NO_BINARY_CHECK=true
CHARSET=AUTO
disabled=false&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Jun 2024 05:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689345#M19492</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-06-03T05:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: event cannot break line</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689376#M19495</link>
      <description>&lt;P&gt;Thank you for your reply,&lt;/P&gt;&lt;P&gt;First, let me talk a little bit about my setting. I used regex101 to check the line-break in my config. About the timestamp, it matched with all the events.&lt;/P&gt;&lt;P&gt;I just tried your settings, it did not work. of course, props.conf in /system/local and restart Splunk. Any other ideas, sir?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 06:57:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689376#M19495</guid>
      <dc:creator>thangs4</dc:creator>
      <dc:date>2024-06-03T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: event cannot break line</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689467#M19501</link>
      <description>&lt;P&gt;Here's a couple of things to check:&lt;BR /&gt;1. Check the settings you have set in props.conf are actually being applied to the sourcetype:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SPLUNK_HOME/bin/splunk cmd btool props list test1:sec&lt;/LI-CODE&gt;&lt;P&gt;2. Check in the _internal logs for errors related to parsing for this sourcetype:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal splunk_server=* source=*splunkd.log* (component=AggregatorMiningProcessor OR component=LineBreakingProcessor OR component=DateParserVerbose) (log_level=WARN OR log_level=ERROR) data_sourcetype="test1:sec"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 01:06:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689467#M19501</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-06-04T01:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: event cannot break line</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689500#M19505</link>
      <description>&lt;P&gt;Where did you put your props.conf? (on which component)&lt;/P&gt;&lt;P&gt;And what does your ingest process look like? Because that's apparently not data from a windows eventlog input.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/event-cannot-break-line/m-p/689500#M19505</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-04T07:58:45Z</dc:date>
    </item>
  </channel>
</rss>

