<?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: Timestamp and line not properly break in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262343#M50348</link>
    <description>&lt;P&gt;You've got 2 break definitions. Which is odd. Also, I've had much better luck using LINE_BREAKER vs BREAK_ONLY_BEFORE for some reason.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ServerLogs]
LINE_BREAKER = ([\r\n]+)\d{6}\s+\d{2}\:\d{2}\:\d{2}\:\d{3}\s+
SHOULD_LINEMERGE = false
TRUNCATE = 0
MAX_TIMESTAMP_LOOKAHEAD = 20
TIME_FORMAT =%m%d%y %H:%M:%S:%3N
TIME_PREFIX = ^
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:14:40 GMT</pubDate>
    <dc:creator>twinspop</dc:creator>
    <dc:date>2020-09-29T10:14:40Z</dc:date>
    <item>
      <title>Timestamp and line not properly break</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262342#M50347</link>
      <description>&lt;P&gt;I have this inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ServerLogs]
SHOULD_LINEMERGE = true
TRUNCATE = 0
BREAK_ONLY_BEFORE = ^\d{6}\s+\d{2}\:\d{2}\:\d{2}\:\d{3}\s+
TIME_PREFIX = ^
MAX_TIMESTAMP_LOOKAHEAD = 20
TIME_FORMAT =%m%d%y %H:%M:%S:%3N
BREAK_ONLY_BEFORE_DATE = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and piece of my log looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;imagePath&amp;gt;C:\Fiserv\TCAP\bin\..\data\images\20160714222778400413_20160714141254232.img&amp;lt;/imagePath&amp;gt;
      &amp;lt;/imageObject&amp;gt;
      &amp;lt;itemUserFields /&amp;gt;
      &amp;lt;cpcsData /&amp;gt;


071216 09:36:03:364 4524/6.4.2.10/2 INFO  CCaptureApiServerApp::InitInstance(): before requestProcessor.DoModal() 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Second piece of log was recognized correctly with property time format. however for the first piece, the line was also broken before, and a time was recognized from "20160714141254232", which I am confused that that's not the time format I defined.&lt;/P&gt;

&lt;P&gt;Anyone can shed some light here?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 13:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262342#M50347</guid>
      <dc:creator>antonyhan</dc:creator>
      <dc:date>2016-07-15T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp and line not properly break</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262343#M50348</link>
      <description>&lt;P&gt;You've got 2 break definitions. Which is odd. Also, I've had much better luck using LINE_BREAKER vs BREAK_ONLY_BEFORE for some reason.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ServerLogs]
LINE_BREAKER = ([\r\n]+)\d{6}\s+\d{2}\:\d{2}\:\d{2}\:\d{3}\s+
SHOULD_LINEMERGE = false
TRUNCATE = 0
MAX_TIMESTAMP_LOOKAHEAD = 20
TIME_FORMAT =%m%d%y %H:%M:%S:%3N
TIME_PREFIX = ^
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262343#M50348</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2020-09-29T10:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp and line not properly break</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262344#M50349</link>
      <description>&lt;P&gt;Tried and didn't work.&lt;BR /&gt;
So weird....&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 14:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262344#M50349</guid>
      <dc:creator>antonyhan</dc:creator>
      <dc:date>2016-07-15T14:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp and line not properly break</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262345#M50350</link>
      <description>&lt;P&gt;Thanks twinspop. it turns out a file permission problem on the servers and your setting works.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:07:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-and-line-not-properly-break/m-p/262345#M50350</guid>
      <dc:creator>antonyhan</dc:creator>
      <dc:date>2016-07-15T15:07:28Z</dc:date>
    </item>
  </channel>
</rss>

