<?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: Why are we getting &amp;quot;DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event&amp;quot;, but our logs or props.conf haven't changed? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163172#M33076</link>
    <description>&lt;P&gt;OK, so if you use this location and put my guts for &lt;CODE&gt;datetime.xml&lt;/CODE&gt; on all of your Splunk Indexers and restart all of their Splunk instances, it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/EM_encompass_indexer/local/datetime.xml
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 15 Aug 2015 21:06:34 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-08-15T21:06:34Z</dc:date>
    <item>
      <title>Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163161#M33065</link>
      <description>&lt;P&gt;Splunk is showing the following WARN messages in the logs suddenly, but nothing was changed on the logs or props.conf.  I feel the time spent to parse has increased, as many of our scheduled reports have slowed down and search is also affected. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-29-2015 13:42:27.889 -0700 WARN  DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Sun Jul 26 23:48:00 2015). Context: source::/server_logs-ep9/client/zDefaultInstance/12.123.123.123/EAppServer.ESERVER1234.2015-07-26-00.log|host::ehoat001|encompass|1549379

Log Filename - EAppServer.ESERVER1234.2015-07-26-00.log
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I checked the logs but the time stamps look to be intact... not sure where we are breaking ..&lt;/P&gt;

&lt;P&gt;Example of normal logs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[07/27/15 13:00:14.0687] APITRACE {057}: &amp;lt;f0109337-1c69-45e7-a4c3-feeed7996650&amp;gt;OrganizationManager.GetScopedUsersWithRole(19) by user/Encompass/Plugin:GenPlugin/123-1234-5678-abcd-1238. ,&amp;lt;546ms&amp;gt;

[07/27/15 13:00:14.6147] APITRACE {057}: &amp;lt;2ae1cb31-649e-468d-ad89-c8e4487df206&amp;gt;CursorBase.GetItemCount() by user/Encompass/Plugin:Main/123-1234-5678-abcd-123. ,&amp;lt;0ms&amp;gt; Example from logs which 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_PREFIX = ^\[
TIME_FORMAT = %m/%d/%y %H:%M:%S.%4N %p
MAX_TIMESTAMP_LOOKAHEAD = 40
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\n\r]+)\[\d+\/\d+\/\d+\s+\d+\:\d+\:\d+\.\d+\s*\w*\]
TRUNCATE = 20000
KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[enc_set_sourcetype_api]
REGEX = ^[^\]\n]*\]\s+APITRACE
FORMAT = sourcetype::encompass-apitrace
DEST_KEY = MetaData:Sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Aug 2015 20:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163161#M33065</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-06T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163162#M33066</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;%p&lt;/CODE&gt; is looking for &lt;CODE&gt;AM&lt;/CODE&gt; and &lt;CODE&gt;PM&lt;/CODE&gt; which is not in your logs.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 21:12:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163162#M33066</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-06T21:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163163#M33067</link>
      <description>&lt;P&gt;Thanks , some of our client logs do have the localization for AM/PM , because of different version of product&lt;/P&gt;

&lt;P&gt;This was not happening earlier and started just few days ago.  Can we change the props.conf to index both of these formats ? &lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 21:17:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163163#M33067</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-06T21:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163164#M33068</link>
      <description>&lt;P&gt;Yes, like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.function1.com/2013/01/oh-no-splunking-log-files-with-multiple-formats-no-problem"&gt;http://www.function1.com/2013/01/oh-no-splunking-log-files-with-multiple-formats-no-problem&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 21:33:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163164#M33068</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-06T21:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163165#M33069</link>
      <description>&lt;P&gt;Thanks Woodcock, &lt;/P&gt;

&lt;P&gt;I created a datetime.xml for my environment, but I guess it has some issues and taking effect:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\s(\w{2})\]

\[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2015 16:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163165#M33069</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-10T16:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163166#M33070</link>
      <description>&lt;P&gt;What is the complete contents of &lt;CODE&gt;datetime.xml&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163166#M33070</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-10T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163167#M33071</link>
      <description>&lt;P&gt;cat datetime.xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\s(\w{2})\]

\[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163167#M33071</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-10T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163168#M33072</link>
      <description>&lt;P&gt;OK, I see the problem now!  Did you read the whole article?  This is only 5% of what the file should contain!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163168#M33072</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-10T18:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163169#M33073</link>
      <description>&lt;P&gt;I guess , I did , Not sure what I am missing here.??&lt;/P&gt;

&lt;P&gt;I did have a entry in the props.conf  to point the datetime.xml .  And also in the datetime.xml have the Regex. &lt;BR /&gt;
Can you help me point out the missing part?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163169#M33073</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-10T18:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163170#M33074</link>
      <description>&lt;P&gt;What &lt;EM&gt;exactly&lt;/EM&gt; did you put in &lt;CODE&gt;props.conf&lt;/CODE&gt;?  As far as &lt;CODE&gt;datetime.xml&lt;/CODE&gt;.  I has to be in &lt;EM&gt;exactly&lt;/EM&gt; the right spot on the Indexers and it should look something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;datetime&amp;gt;
&amp;lt;define name="_withOrWithoutAMPM" extract="month, day, year, hour, minute, second, subsecond, ampm"&amp;gt;
   &amp;lt;text&amp;gt;\[(\d{4})/(\d{2})/(\d{2})\s+(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\s*(.{0,2})\]&amp;lt;/text&amp;gt;
&amp;lt;/define&amp;gt;
&amp;lt;timePatterns&amp;gt;
   &amp;lt;use name="_withOrWithoutAMPM"/&amp;gt;
&amp;lt;/timePatterns&amp;gt;
&amp;lt;datePatterns&amp;gt;
   &amp;lt;use name="_withOrWithoutAMPM"/&amp;gt;
&amp;lt;/datePatterns&amp;gt;
&amp;lt;/datetime&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2015 21:33:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163170#M33074</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-10T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163171#M33075</link>
      <description>&lt;P&gt;thanks again :&lt;/P&gt;

&lt;P&gt;the following is my props.conf used when I pointed out to datetime.xml&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[encompass]
DATE_TIME CONFIG = /etc/apps/EM_encompass_indexer/local/datetime.xml
LINE_BREAKER = ([\n\r])+(?=(\[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\s(\w{2})\]|[(\d{2})/(\d{2})/(\d{2})\s\s(\d{1,2}):(\d{2}):(\d{2})\.(\d{4})\]))
SHOULD_LINEMERGE = false
TRUNCATE = 20000
KV_MODE = none

TRANSFORMS-enc_set_sourcetypes = enc_set_sourcetype_api, enc_set_sourcetype_err, enc_set_sourcetype_sql, enc_set_sourcetype_dbg, enc_set_sourcetype_warn, enc_set_sourcetype_info
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2015 22:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163171#M33075</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-10T22:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163172#M33076</link>
      <description>&lt;P&gt;OK, so if you use this location and put my guts for &lt;CODE&gt;datetime.xml&lt;/CODE&gt; on all of your Splunk Indexers and restart all of their Splunk instances, it should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/EM_encompass_indexer/local/datetime.xml
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Aug 2015 21:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163172#M33076</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-15T21:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163173#M33077</link>
      <description>&lt;P&gt;Thanks . One question would be, what should I put in props.conf for  the LINE_BREAKER = ?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 00:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163173#M33077</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-16T00:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163174#M33078</link>
      <description>&lt;P&gt;Leave it out entirely (let it default).&lt;/P&gt;</description>
      <pubDate>Sun, 16 Aug 2015 19:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163174#M33078</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-16T19:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163175#M33079</link>
      <description>&lt;P&gt;Tried it out. It is parsing correctly now, but It is not breaking the line at every time-stamp &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 17:56:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163175#M33079</guid>
      <dc:creator>nmohammed</dc:creator>
      <dc:date>2015-08-17T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163176#M33080</link>
      <description>&lt;P&gt;Sorry, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER = ([\n\r]+)\[\d(2)\/\d{2}\/\d{4}\s+\d+\:\d{2|\:\d{2}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Aug 2015 22:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163176#M33080</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-17T22:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163177#M33081</link>
      <description>&lt;P&gt;Just insert this in your props.conf sourcetype section:&lt;/P&gt;

&lt;P&gt;DATETIME_CONFIG = CURRENT&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 16:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163177#M33081</guid>
      <dc:creator>DavidLago</dc:creator>
      <dc:date>2017-05-03T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163178#M33082</link>
      <description>&lt;P&gt;You should use this instead (change &lt;CODE&gt;%4N&lt;/CODE&gt; to &lt;CODE&gt;%3N&lt;/CODE&gt; and &lt;CODE&gt;%p&lt;/CODE&gt; to &lt;CODE&gt;%z&lt;/CODE&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TIME_FORMAT = %m/%d/%y %H:%M:%S.%3N %z
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 May 2017 19:46:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163178#M33082</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-03T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163179#M33083</link>
      <description>&lt;P&gt;This will eliminate the error at the expense of ignoring and supplanting every event's timestamp.  This is a terrible way to handle it; it will "work" but it will create other (invisible) problems.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163179#M33083</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-03T19:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we getting "DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event", but our logs or props.conf haven't changed?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163180#M33084</link>
      <description>&lt;P&gt;@nmohammed You really should come back and update your question.  I assume that you got it all working so you should click &lt;CODE&gt;Accept&lt;/CODE&gt; to close it out.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 16:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-we-getting-quot-DateParserVerbose-Failed-to-parse/m-p/163180#M33084</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-12T16:46:41Z</dc:date>
    </item>
  </channel>
</rss>

