<?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: Line breaker to break the events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31027#M5451</link>
    <description>&lt;P&gt;Thank you but no luck.. :(.. Any more suggestions??&lt;/P&gt;</description>
    <pubDate>Tue, 13 Nov 2012 03:48:53 GMT</pubDate>
    <dc:creator>raju_dara</dc:creator>
    <dc:date>2012-11-13T03:48:53Z</dc:date>
    <item>
      <title>Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31025#M5449</link>
      <description>&lt;P&gt;Below is the app log content and the configuration parameters in props.conf. Not sure what is going wrong.. Output is all messed up and I dont see the events getting generated seperatly.. Any help??&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;1234&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY&lt;/P&gt;

&lt;P&gt;;ZZZZ&lt;/P&gt;

&lt;P&gt;;ZZZY&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY; UUUUU&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY; UUUU1&lt;/P&gt;

&lt;P&gt;;ZZRZ&lt;/P&gt;

&lt;P&gt;;ZZRY&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;TRUNCATE=240000&lt;BR /&gt;
TIME_PREFIX = ^Timestamp:\s&lt;BR /&gt;
TIME_FORMAT= %m/%d/%Y %H:%M:%S&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)(?=Timestamp:\s)&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;This is what I am expecting on SPLUNK&lt;BR /&gt;
Event One&lt;BR /&gt;
11/12/2012 07:59 V XXXXXX    YYY ;YYYY;1234&lt;/P&gt;

&lt;P&gt;Event two&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY&lt;/P&gt;

&lt;P&gt;;ZZZZ&lt;/P&gt;

&lt;P&gt;;ZZZY&lt;/P&gt;

&lt;P&gt;Event three..&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY; UUUUU&lt;/P&gt;

&lt;P&gt;11/12/2012 07:59 V XXXXXX    YYY ;YYYY;YYYY; UUUU1&lt;/P&gt;

&lt;P&gt;;ZZRZ&lt;/P&gt;

&lt;P&gt;;ZZRY&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:47:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31025#M5449</guid>
      <dc:creator>raju_dara</dc:creator>
      <dc:date>2020-09-28T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31026#M5450</link>
      <description>&lt;P&gt;You do not need a time prefix or a line breaker.  Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TRUNCATE=240000 
TIME_FORMAT= %m/%d/%Y %H:%M:%S 
MAX_TIMESTAMP_LOOKAHEAD=30
SHOULD_LINEMERGE=false
BREAK_ONLY_BEFORE_DATE = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You don't actually need the last 2 lines either, as these are the defaults. And MAX_TIMESTAMP_LOOKAHEAD is just for efficiency.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31026#M5450</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-28T12:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31027#M5451</link>
      <description>&lt;P&gt;Thank you but no luck.. :(.. Any more suggestions??&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 03:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31027#M5451</guid>
      <dc:creator>raju_dara</dc:creator>
      <dc:date>2012-11-13T03:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31028#M5452</link>
      <description>&lt;P&gt;Below is the output.. Last 3 lines should be part of Event2.. &lt;/P&gt;

&lt;P&gt;Event 1&lt;BR /&gt;
11/12/2012 07:59 V XXXXXX YYY ;YYYY;1234&lt;BR /&gt;
Event 2&lt;BR /&gt;
11/12/2012 07:59 V XXXXXX YYY ;YYYY;YYYY&lt;BR /&gt;
Event 3&lt;BR /&gt;
;ZZZZ&lt;BR /&gt;
Event 4&lt;BR /&gt;
;ZZZY&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 05:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31028#M5452</guid>
      <dc:creator>raju_dara</dc:creator>
      <dc:date>2012-11-13T05:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31029#M5453</link>
      <description>&lt;P&gt;You won't see Event 3 and Event 4 merged into Event 2 as long as SHOULD_LINEMERGE is set to false, stick to the default value of true.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 08:15:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31029#M5453</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2012-11-13T08:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaker to break the events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31030#M5454</link>
      <description>&lt;P&gt;That did the knack.. Thank you soo much..&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 17:46:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Line-breaker-to-break-the-events/m-p/31030#M5454</guid>
      <dc:creator>raju_dara</dc:creator>
      <dc:date>2012-11-13T17:46:04Z</dc:date>
    </item>
  </channel>
</rss>

