<?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 do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229203#M44592</link>
    <description>&lt;P&gt;Yeah I did. This has actually been in place for quite some time and hasn't been working. Just haven't had time for get to it until now.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 15:36:17 GMT</pubDate>
    <dc:creator>tkwaller</dc:creator>
    <dc:date>2016-06-27T15:36:17Z</dc:date>
    <item>
      <title>How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229199#M44588</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I'm having an issue with timestamping for my WinRegistry data.&lt;BR /&gt;
I don't know whether by design, or for some other reason, the timestamp in the logs are as such:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;11/02/11154 14:24:53.046
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which of course is interpreted incorrectly. These Universal Forwarders forward to a cluster of Heavy Forwarders where an app SHOULD set the timestamp:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinRegistry]
DATETIME_CONFIG = CURRENT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but this does not seem to be the case as I have logs that go back to 1969 and forward to 2032.&lt;/P&gt;

&lt;P&gt;Any ideas on where the issue may be?&lt;/P&gt;

&lt;P&gt;Thanks for the thoughts&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 16:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229199#M44588</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-06-24T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229200#M44589</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;sourcetype&lt;/CODE&gt; must match &lt;EM&gt;EXACTLY&lt;/EM&gt;; does it?  You must restart your Splunk instance on the server where you changed this setting.&lt;/P&gt;

&lt;P&gt;I would not use this approach, though; I would use &lt;CODE&gt;SEDCMD&lt;/CODE&gt; to rewrite the timestamp with this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;s/^(\d+\/\d+)\/1115/\1\/2014/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will have to fix this every New-Year's Eve (or until you can get the log writer/formatter fixed).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 16:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229200#M44589</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-24T16:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229201#M44590</link>
      <description>&lt;P&gt;Yeah they match, in the app on the UF its:&lt;BR /&gt;
[source::....winregistry]&lt;BR /&gt;
sourcetype       = WinRegistry&lt;/P&gt;

&lt;P&gt;in the props on the HF the stanza is:&lt;BR /&gt;
[WinRegistry]&lt;BR /&gt;
 DATETIME_CONFIG = CURRENT&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 19:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229201#M44590</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-06-24T19:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229202#M44591</link>
      <description>&lt;P&gt;Did you restart splunk instances?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 20:31:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229202#M44591</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-24T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229203#M44592</link>
      <description>&lt;P&gt;Yeah I did. This has actually been in place for quite some time and hasn't been working. Just haven't had time for get to it until now.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:36:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229203#M44592</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-06-27T15:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure my heavy forwarders to parse the timestamp for a WinRegistry sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229204#M44593</link>
      <description>&lt;P&gt;I actually have a webex with support on this today. I believe that there's an issue with linebreaking and its inserting values where they should not be and its affecting the timestamp.&lt;BR /&gt;
Thanks for looking at it!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 12:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-my-heavy-forwarders-to-parse-the-timestamp/m-p/229204#M44593</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2016-07-13T12:31:32Z</dc:date>
    </item>
  </channel>
</rss>

