<?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: Failed to parse timestamp on Heavy Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119048#M24728</link>
    <description>&lt;P&gt;Thank you for your answer.. I'm assuming this is done on the Heavy Forwarder, correct?  I will give it a shot on the Heavy Forwarder and let you know..&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2013 14:40:59 GMT</pubDate>
    <dc:creator>richnavis</dc:creator>
    <dc:date>2013-10-29T14:40:59Z</dc:date>
    <item>
      <title>Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119045#M24725</link>
      <description>&lt;P&gt;I have an App that is indexing data on a Heavy forwarder.  The text file has a mix of headers and data, the data containing Timnestamps.  I'd like to EXCLUDE the Headers Before the Heavy Forwarder reads it and throws timestamp errors.  Is there anyway to do this?   Here's what the data looks like.&lt;BR /&gt;&lt;BR /&gt;
statusdesclong time            probeid responsetime status statusdesc &lt;BR /&gt;&lt;BR /&gt;
-------------- ----             ------- ------------ ------ ---------- &lt;BR /&gt;&lt;BR /&gt;
www-ber        10/28/2013 17:24      34          874 up     OK&lt;BR /&gt;&lt;BR /&gt;
www-ber        10/28/2013 17:23      64         1763 up     OK        &lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 00:34:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119045#M24725</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-10-29T00:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119046#M24726</link>
      <description>&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype_name_here]
TIME_PREFIX = \s
TIME_FORMAT = %m/%d/%Y %H:%M
SHOULD_LINEMERGE = false
TRANSFORMS-0_null_queue = nullq_header, nullq_dash
REPORT-0_field_kv = field_kv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullq_header]
REGEX = statusdesclong
DEST_KEY = queue
FORMAT = nullQueue

[nullq_dash]
REGEX = ^\-\-\-\-
DEST_KEY = queue
FORMAT = nullQueue

[field_kv]
DELIMS = "\t"
FIELDS = statusdesclong, time, probeid, responsetime, status, statusdesc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Oct 2013 00:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119046#M24726</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T00:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119047#M24727</link>
      <description>&lt;P&gt;Did that help?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119047#M24727</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119048#M24728</link>
      <description>&lt;P&gt;Thank you for your answer.. I'm assuming this is done on the Heavy Forwarder, correct?  I will give it a shot on the Heavy Forwarder and let you know..&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:40:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119048#M24728</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-10-29T14:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119049#M24729</link>
      <description>&lt;P&gt;That is correct.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:44:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119049#M24729</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119050#M24730</link>
      <description>&lt;P&gt;Well.. it DID eliminate the headers from my data, thank you!  However, I still do the errors in splunkd logs.  It also seems that this may be delaying indexing of the data by 5-10 minutes. Here are the errors I see.   Are there anyway to avoid these?&lt;BR /&gt;&lt;BR /&gt;
DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:30:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119050#M24730</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-10-29T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse timestamp on Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119051#M24731</link>
      <description>&lt;P&gt;Ah, TIME_PREFIX = \t&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2013 15:32:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-parse-timestamp-on-Heavy-Forwarder/m-p/119051#M24731</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-10-29T15:32:50Z</dc:date>
    </item>
  </channel>
</rss>

