<?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: Disable source timestamp match in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28407#M4845</link>
    <description>&lt;P&gt;I tried adding TIME_PREFIX= (ie. timestamp is at start of line) and it didn't have any effect.  &lt;/P&gt;

&lt;P&gt;My understanding is that that would only affect timestamp extraction from the actual event.  Timestamp extraction from the event is working correctly, the warning is being issued as Splunk tries to extract the timestamp from the filename of the log.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2011 09:00:06 GMT</pubDate>
    <dc:creator>craigmunro</dc:creator>
    <dc:date>2011-06-16T09:00:06Z</dc:date>
    <item>
      <title>Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28403#M4841</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a load of warnings in splunkd.log like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-15-2011 09:02:23.860 +0100 WARN  DateParserVerbose - A possible timestamp match (14.04.31) is outside of the acceptable time window. If this timestamp is correct, consider adjusting MAX_DAYS_AGO and MAX_DAYS_HENCE.  Context="source::/opt/app/engine/work/hostname-4/log/engine-4.06.02.2011-14.04.31.log|host::hostname|staging|remoteport::16592"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Everything is getting indexed correctly and I understand from &lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Data/HowSplunkextractstimestamps"&gt;http://www.splunk.com/base/Documentation/4.2.1/Data/HowSplunkextractstimestamps&lt;/A&gt; that the timestamp in the log has higher precedence.  &lt;/P&gt;

&lt;P&gt;How can I stop Splunk from looking at the timestamp in the source name and issuing a warning?&lt;/P&gt;

&lt;P&gt;I tried specifying the following in props.conf on the indexer but it hasn't helped.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT=%m/%d/%y %H:%M:%S.%3N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 08:20:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28403#M4841</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-06-15T08:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28404#M4842</link>
      <description>&lt;P&gt;did you try to force timestamp with TIME_PREFIX?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28404#M4842</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-06-15T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28405#M4843</link>
      <description>&lt;P&gt;No, I didn't.  The default TIME_PREFIX is an empty string which is correct for this log and the timestamp is being extracted correctly from the source.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28405#M4843</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-06-15T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28406#M4844</link>
      <description>&lt;P&gt;what i meant is by forcing the positionning of the timestamp ,it will stop splunk to look for timestamp elsewhere&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 10:22:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28406#M4844</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-06-15T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28407#M4845</link>
      <description>&lt;P&gt;I tried adding TIME_PREFIX= (ie. timestamp is at start of line) and it didn't have any effect.  &lt;/P&gt;

&lt;P&gt;My understanding is that that would only affect timestamp extraction from the actual event.  Timestamp extraction from the event is working correctly, the warning is being issued as Splunk tries to extract the timestamp from the filename of the log.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2011 09:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28407#M4845</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-06-16T09:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28408#M4846</link>
      <description>&lt;P&gt;This is a workaround to prevent the messages from appearing in the logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk _internal call /server/logger/DateParserVerbose -post:level ERROR
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2011 09:01:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28408#M4846</guid>
      <dc:creator>craigmunro</dc:creator>
      <dc:date>2011-06-16T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disable source timestamp match</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28409#M4847</link>
      <description>&lt;P&gt;You should have been added&lt;BR /&gt;
TIME_PREFIX=^&lt;/P&gt;

&lt;P&gt;^ meas "start of line".&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2014 15:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disable-source-timestamp-match/m-p/28409#M4847</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2014-03-31T15:24:40Z</dc:date>
    </item>
  </channel>
</rss>

