<?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 Re: What will be LINE_BREAKER for these events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493611#M84331</link>
    <description>&lt;P&gt;Hi @muizash &lt;/P&gt;

&lt;P&gt;Did any of the suggested solutions work for you?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 13:29:52 GMT</pubDate>
    <dc:creator>arjunpkishore5</dc:creator>
    <dc:date>2019-11-27T13:29:52Z</dc:date>
    <item>
      <title>What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493605#M84325</link>
      <description>&lt;P&gt;2019-11-06 16:13:21,886 [9] DEBUG B005_01_01BusinessLogic - &lt;BR /&gt;
2019-11-06 16:13:21,886 [9] DEBUG B005_01_01BusinessLogic - &lt;BR /&gt;
2019-11-06 16:13:21,886 [9] DEBUG B005_01_01BusinessLogic - &lt;BR /&gt;
2019-11-06 16:13:21,886 [9] DEBUG B005_01_01BusinessLogic - &lt;BR /&gt;
2019-11-06 16:13:21,886 [9] DEBUG B005_01_01BusinessLogic - &lt;/P&gt;

&lt;P&gt;Please write the LINE_BREAKER for these events, i know splunk will automatically do it for these events but these are not the only events I have. I cannot share share those events here. However every time stamp starts like this. If there is additional info to be written in props.conf. Please write&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493605#M84325</guid>
      <dc:creator>muizash</dc:creator>
      <dc:date>2020-09-30T03:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493606#M84326</link>
      <description>&lt;P&gt;HI @muizash,&lt;BR /&gt;
did you already tried something like this in your props.conf?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your_sourcetype]
SHOULD_LINEMERGE = false
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493606#M84326</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-26T11:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493607#M84327</link>
      <description>&lt;P&gt;Your linebreaker should look like this in your props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your:sourcetype]
LINE_BREAKER = ([\r\n\f]+)
SHOULD_LINEMERGE = false 
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N
MAX_TIMESTAMP_LOOKAHEAD = 30
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's always a best practice to formally set both the &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt; and &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; (according to the &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/admin/Propsconf"&gt;props.conf spec&lt;/A&gt;, you &lt;EM&gt;must&lt;/EM&gt; set &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; when you set &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt;).&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 15:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493607#M84327</guid>
      <dc:creator>wmyersas</dc:creator>
      <dc:date>2019-11-26T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493608#M84328</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER = ([\r\n]+)\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2},\d{3}
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Nov 2019 23:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493608#M84328</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-26T23:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493609#M84329</link>
      <description>&lt;P&gt;You don't need line breaker if every line is starting with the timestamp. You just need to break the events before the timestamp.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your stanza]
TIME_FORMAT = %Y-%m-%d %H:%M:%S,%3N
BREAK_ONLY_BEFORE_DATE = true
SHOULD_LINEMERGE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 01:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493609#M84329</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-11-27T01:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493610#M84330</link>
      <description>&lt;P&gt;yes, thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 03:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493610#M84330</guid>
      <dc:creator>muizash</dc:creator>
      <dc:date>2019-11-27T03:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: What will be LINE_BREAKER for these events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493611#M84331</link>
      <description>&lt;P&gt;Hi @muizash &lt;/P&gt;

&lt;P&gt;Did any of the suggested solutions work for you?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-will-be-LINE-BREAKER-for-these-events/m-p/493611#M84331</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-11-27T13:29:52Z</dc:date>
    </item>
  </channel>
</rss>

