<?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 Why are we getting &amp;quot;failed to parse timestamp defaulting to file mtime error&amp;quot; for events with no timestamp logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-failed-to-parse-timestamp-defaulting-to/m-p/348962#M64079</link>
    <description>&lt;P&gt;Hi Folks,&lt;/P&gt;

&lt;P&gt;we have below format logs and there is no time stamp on first 5 lines and we are getting error "failed to parse timestamp defaulting to file mtime error"  while indexing the data. We have e created some timezone and prefix on props.conf but it doesn't fix the issue. Could you please anyone help me to fix the issue?&lt;/P&gt;

&lt;P&gt;logs example:&lt;/P&gt;

&lt;HR /&gt;

&lt;H2&gt;trcd file: "dedv_w10", trcd levels: 1, rgeleaese: "742"&lt;/H2&gt;

&lt;P&gt;*&lt;BR /&gt;
*  ACTdIVE TRACE wLEVEL           1&lt;BR /&gt;
*  ACsTIVE TRAsCE CsOMPONENTS      all, MJ&lt;BR /&gt;
*&lt;BR /&gt;
M sysno      s00&lt;BR /&gt;
M sid        P015&lt;BR /&gt;
M systemid   3290 (AMD/Inddtel x86_64 with Lgeiewnux)&lt;BR /&gt;
M relno      742e0&lt;BR /&gt;
M patchlevel 01&lt;BR /&gt;
M patchno    439d&lt;/P&gt;

&lt;P&gt;M Sun Sep 17 10:42:57 2017&lt;BR /&gt;
M  kernel runs with dp version 3000(ext=117000) (@(#) DPLIB-INT-VERSION-0+3000-UC)&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[  ]&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
CHARSET=UTF-8&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)\w{1}\s\w{3}\s\w{3}\s\d{2}\s\d{2}:\d{2}:\d{2}\s\d{4}&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:52:22 GMT</pubDate>
    <dc:creator>lksridhar</dc:creator>
    <dc:date>2020-09-29T15:52:22Z</dc:date>
    <item>
      <title>Why are we getting "failed to parse timestamp defaulting to file mtime error" for events with no timestamp logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-failed-to-parse-timestamp-defaulting-to/m-p/348962#M64079</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;

&lt;P&gt;we have below format logs and there is no time stamp on first 5 lines and we are getting error "failed to parse timestamp defaulting to file mtime error"  while indexing the data. We have e created some timezone and prefix on props.conf but it doesn't fix the issue. Could you please anyone help me to fix the issue?&lt;/P&gt;

&lt;P&gt;logs example:&lt;/P&gt;

&lt;HR /&gt;

&lt;H2&gt;trcd file: "dedv_w10", trcd levels: 1, rgeleaese: "742"&lt;/H2&gt;

&lt;P&gt;*&lt;BR /&gt;
*  ACTdIVE TRACE wLEVEL           1&lt;BR /&gt;
*  ACsTIVE TRAsCE CsOMPONENTS      all, MJ&lt;BR /&gt;
*&lt;BR /&gt;
M sysno      s00&lt;BR /&gt;
M sid        P015&lt;BR /&gt;
M systemid   3290 (AMD/Inddtel x86_64 with Lgeiewnux)&lt;BR /&gt;
M relno      742e0&lt;BR /&gt;
M patchlevel 01&lt;BR /&gt;
M patchno    439d&lt;/P&gt;

&lt;P&gt;M Sun Sep 17 10:42:57 2017&lt;BR /&gt;
M  kernel runs with dp version 3000(ext=117000) (@(#) DPLIB-INT-VERSION-0+3000-UC)&lt;/P&gt;

&lt;P&gt;Props.conf&lt;BR /&gt;
[  ]&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
CHARSET=UTF-8&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)\w{1}\s\w{3}\s\w{3}\s\d{2}\s\d{2}:\d{2}:\d{2}\s\d{4}&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-failed-to-parse-timestamp-defaulting-to/m-p/348962#M64079</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2020-09-29T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "failed to parse timestamp defaulting to file mtime error" for events with no timestamp logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-failed-to-parse-timestamp-defaulting-to/m-p/348963#M64080</link>
      <description>&lt;P&gt;It looks like your timestamp lookahead needs to be at least 200-300 characters to find that one.  &lt;/P&gt;

&lt;P&gt;It might be best to try to figure out a good timestamp prefix to use.  if it is always right after the patchno, then perhaps something like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; TIME_PREFIX = M patchno.{6,15}M\d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/318191/timestamp-lookahead-questions.html"&gt;https://answers.splunk.com/answers/318191/timestamp-lookahead-questions.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-failed-to-parse-timestamp-defaulting-to/m-p/348963#M64080</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-09-26T19:55:28Z</dc:date>
    </item>
  </channel>
</rss>

