<?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: Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112559#M23596</link>
    <description>&lt;P&gt;We deployed it and it worked fine.&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2013 23:22:35 GMT</pubDate>
    <dc:creator>Dark_Ichigo</dc:creator>
    <dc:date>2013-12-05T23:22:35Z</dc:date>
    <item>
      <title>Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112555#M23592</link>
      <description>&lt;P&gt;&lt;EM&gt;**Please Note:&lt;/EM&gt;* This works fine with Splunk V4 but not Splunk V6.*&lt;/P&gt;

&lt;P&gt;If the day of the month is below the 10th digit as the DD of a timestamp splunk will assume the date to be in US format (MM/DD/YYYY), otherwise it will correctly index the date as per the props Config as DD/MM/YYYY eg:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;When splunk indexes the following log, it’s being indexed as being dated 10th of September&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09/10/2013 04:30:28.115036 TRACE m 913   41    "[P00861257] FROM_LOCKER LCK;OW="hhhhhh,M,41";RE=OK;LO="xxxxxxxx""
09/10/2013 04:30:28.115569 TRACE m 913   41    "[P00861257] TO_EXCHANGE:MSDVXX=xxxxxx"
09/10/2013 04:30:28.156988 TRACE d 950   1     "[P00861257] COMMS_QUEUING:MSDVXX: RECV='08/10/2013 04:30:28.116353' QUEUE_TIME='         ' TO_DEV='08/10/2013 04:30:28.116878' FROM_DEV='08/10/2013 04:30:28.156627' DEV_TIME='00000.039'"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;When splunk indexes the following log, it’s being indexed as being dated 13th of October (as per Config in props.conf)&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;13/10/2013 04:30:28.115036 TRACE m 913   41    "[P00861257] FROM_LOCKER LCK;OW="hhhhhh,M,41";RE=OK;LO="xxxxxxxx""
13/10/2013 04:30:28.115569 TRACE m 913   41    "[P00861257] TO_EXCHANGE:MSDVXX=xxxxxx"
13/10/2013 04:30:28.156988 TRACE d 950   1     "[P00861257] COMMS_QUEUING:MSDVXX: RECV='08/10/2013 04:30:28.116353' QUEUE_TIME='         ' TO_DEV='08/10/2013 04:30:28.116878' FROM_DEV='08/10/2013 04:30:28.156627' DEV_TIME='00000.039'"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;######################################&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Indexes.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [index_name]
    homePath = $SPLUNK_DB/index_name/db
    coldPath = $SPLUNK_DB/index_name/colddb
    thawedPath = $SPLUNK_DB/index_name/thaweddb
    disabled = 0
    frozenTimePeriodInSecs = 2147483647
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;#####################################&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source2]
MAX_EVENTS = 30000
TRUNCATE = 0
TIME_FORMAT=%d/%m/%Y %H:%M:%S.%6N
MAX_TIMESTAMP_LOOKAHEAD = 20
TIME_PREFIX = ^
TZ = Australia/Victoria
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;######################################&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Forwarder Config (inputs.conf)&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = ABC  
[monitor://home/file/location/]
index = index
sourcetype = source2
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Oct 2013 00:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112555#M23592</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2013-10-24T00:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112556#M23593</link>
      <description>&lt;P&gt;Please try having props.conf on the forwarder, I guess you have installed the heavy weight forwarder, not universal forwarder.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:19:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112556#M23593</guid>
      <dc:creator>mchang_splunk</dc:creator>
      <dc:date>2013-10-25T07:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112557#M23594</link>
      <description>&lt;P&gt;I'm using a Universal forwarder&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112557#M23594</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2013-10-25T07:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112558#M23595</link>
      <description>&lt;P&gt;The root cause should be MAX_TIMESTAMP_LOOKAHEAD = 20. &lt;BR /&gt;
The total length of the time stamp in the event is 26, to identify microsecond correctly, you should set: &lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 26 &lt;BR /&gt;
In this way, this issue should be resolved in 6.0 and the correct microsecond will be shown in 4.x and 5.x. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:05:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112558#M23595</guid>
      <dc:creator>mchang_splunk</dc:creator>
      <dc:date>2020-09-28T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is getting confused Australian Timestamps thinking its US when Days (DD) are from 01 to 10 (Splunk6)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112559#M23596</link>
      <description>&lt;P&gt;We deployed it and it worked fine.&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 23:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-is-getting-confused-Australian-Timestamps-thinking-its-US/m-p/112559#M23596</guid>
      <dc:creator>Dark_Ichigo</dc:creator>
      <dc:date>2013-12-05T23:22:35Z</dc:date>
    </item>
  </channel>
</rss>

