<?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: How to resolve a &amp;quot;DateParserVerbose - Failed to parse timestamp&amp;quot; error with Ironport logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241230#M46811</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2016 21:26:56 GMT</pubDate>
    <dc:creator>babcolee</dc:creator>
    <dc:date>2016-11-18T21:26:56Z</dc:date>
    <item>
      <title>How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241228#M46809</link>
      <description>&lt;P&gt;I have an Ironport log file that looks like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Thu Nov 17 16:11:20 2016 Info: MID 123456789 ICID 123456789 To:  Rejected by Receiving Control
Thu Nov 17 16:11:20 2016 Info: MID 123456789 queued for delivery
Thu Nov 17 16:11:20 2016 Info: MID 123456789 Outbreak Filters: verdict negative
Thu Nov 17 16:11:20 2016 Info: Message finished MID 123456789 aborted
Thu Nov 17 16:11:20 2016 Info: Message aborted MID 123456789 Receiving aborted by sender
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have configured the props.conf on the indexer under the /opt/splunk/etc/system/local as the following but I am still getting the "Failed to parse timestamp" errors. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::/var/log/proxy/ironport/*/mail.*@*.s]
SHOULD_LINEMERGE = false
TIME_FORMAT = %a %b %_d %H:%M:%S %Y
TIME_PREFIX = ^
MAX_TIMESTAMP_LOOKAHEAD = 25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The full error message is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11-17-2016 17:09:58.593 +0000 WARN  DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Thu Nov 17 16:22:07 2016). Context: source::/var/log/proxy/ironport/mail.text.mariner.yyy.corp.com.@20161117T162003.s|host::xxxxxslg01.xxxx.company.com|cisco_esa|376273
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Nov 2016 17:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241228#M46809</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2016-11-17T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241229#M46810</link>
      <description>&lt;P&gt;Remove the time_format and time_prefix settings. Splunk will read that timestamp correctly. I copied/pasted your log data into a file, uploaded it, and timestamps were extracted auto-magically.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241229#M46810</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2020-09-29T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241230#M46811</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 21:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241230#M46811</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2016-11-18T21:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241231#M46812</link>
      <description>&lt;P&gt;It seemed to be working for awhile but I am seeing the same message again&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 20:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241231#M46812</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2016-11-28T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241232#M46813</link>
      <description>&lt;P&gt;I just realized this is still out there. Sorry I missed that.&lt;BR /&gt;
Have you seen: &lt;BR /&gt;
 &lt;A href="http://wiki.splunk.com/Set_up_Splunk_for_Cisco_IronPort_Web_Security_Appliance" target="_blank"&gt;http://wiki.splunk.com/Set_up_Splunk_for_Cisco_IronPort_Web_Security_Appliance&lt;/A&gt;&lt;BR /&gt;
This might be the easiest thing to do, as Cisco_WSA_squid is a known sourcetype, and should make you life alot easier.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241232#M46813</guid>
      <dc:creator>sshelly_splunk</dc:creator>
      <dc:date>2020-09-29T12:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve a "DateParserVerbose - Failed to parse timestamp" error with Ironport logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241233#M46814</link>
      <description>&lt;P&gt;We have already configured the Ironport feeds with a rename of the sourcetype to cisco:esa:legacy and linked it to the CIM model so any change is not possible. I have approached Splunk Support and they have referred me back to Splunk Answers since this is not a break fix. However, this is not working as prescribed so we are looking for some help to resolve this issue&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 14:21:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-a-quot-DateParserVerbose-Failed-to-parse/m-p/241233#M46814</guid>
      <dc:creator>babcolee</dc:creator>
      <dc:date>2016-11-30T14:21:54Z</dc:date>
    </item>
  </channel>
</rss>

