<?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 can I configure splunk to read dates in dd/mm/yyyy format? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143964#M29400</link>
    <description>&lt;P&gt;as some other splunk users might run in similar issue it is better to continue here for this thread to be profitable to them&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2014 07:24:47 GMT</pubDate>
    <dc:creator>MarioM</dc:creator>
    <dc:date>2014-10-07T07:24:47Z</dc:date>
    <item>
      <title>How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143954#M29390</link>
      <description>&lt;P&gt;how do i get splunk to read the date as dd/mm/yyyy, it is currently reading mm/dd/yyyy&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 04:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143954#M29390</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-09-29T04:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143955#M29391</link>
      <description>&lt;P&gt;you need to set the timestamp format in your props.conf:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/Data/Configuretimestamprecognition#Edit_timestamp_properties_in_props.conf"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/Data/Configuretimestamprecognition#Edit_timestamp_properties_in_props.conf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;spec&amp;gt;]
TIME_FORMAT = &amp;lt;strptime-style format&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In this syntax, &lt;CODE&gt;spec&lt;/CODE&gt;  can be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;sourcetype&amp;gt;, the source type of an event.
host::&amp;lt;host&amp;gt;, where &amp;lt;host&amp;gt; is the host value for an event.
source::&amp;lt;source&amp;gt;, where &amp;lt;source&amp;gt; is the source value for an event. 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In your example it should be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[&amp;lt;spec&amp;gt;]
TIME_FORMAT = %d/%m/%Y
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And this is an index time parameter thus &lt;STRONG&gt;requires splunk restart&lt;/STRONG&gt; and will &lt;STRONG&gt;only apply to new data&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 05:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143955#M29391</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-09-29T05:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143956#M29392</link>
      <description>&lt;P&gt;i tried this from what i found on other threads but its not working. i search for all time_format and change all to %d/%m/%y, restart but still no different&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143956#M29392</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-01T04:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143957#M29393</link>
      <description>&lt;P&gt;can you paste your props.conf configuration? an which splunk version do you have?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 07:11:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143957#M29393</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-10-01T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143958#M29394</link>
      <description>&lt;P&gt;Have you added new data, as Mario stated, &lt;STRONG&gt;IT ONLY APPLIES TO NEW DATA&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 07:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143958#M29394</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2014-10-01T07:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143959#M29395</link>
      <description>&lt;P&gt;yes i remove the old directories and data, re added it.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 01:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143959#M29395</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-07T01:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143960#M29396</link>
      <description>&lt;P&gt;i'm using version 6.1.2&lt;/P&gt;

&lt;P&gt;when i go into props.config, i did a search for time_format, next i change ALL "time_format = %m/ %d/ %y" to "time_format = %d/ %m/ %y"&lt;/P&gt;

&lt;P&gt;where do i input the "time_format = "&lt;/P&gt;

&lt;P&gt;Please advise&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143960#M29396</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2020-09-28T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143961#M29397</link>
      <description>&lt;P&gt;Guess you are not putting them in lowercase as you mentioned here... &lt;/P&gt;

&lt;P&gt;Make everything in Caps , as per the documentations provided.&lt;/P&gt;

&lt;P&gt;If you ever have any doubt always append all the configurations in &lt;CODE&gt;etc\system\local\props.conf&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 04:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143961#M29397</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-10-07T04:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143962#M29398</link>
      <description>&lt;P&gt;can you post your props.conf that we can check the syntax?&lt;BR /&gt;
As well if you re-add the same data splunk will not re-index it then you need to do (BEWARE THIS WILL PERMANENTLY DELETE THE DATA) &lt;CODE&gt;splunk clean eventdata -index my_index&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 05:35:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143962#M29398</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-10-07T05:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143963#M29399</link>
      <description>&lt;P&gt;i am going to install splunk a new workstation and redo the whole process&lt;BR /&gt;
is there an email address for me to contact you? i can send you my props.conf&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143963#M29399</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-07T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143964#M29400</link>
      <description>&lt;P&gt;as some other splunk users might run in similar issue it is better to continue here for this thread to be profitable to them&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 07:24:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143964#M29400</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-10-07T07:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143965#M29401</link>
      <description>&lt;P&gt;i just notice that if i upload an index with the date 13/08/2014, it will be able to read in dd/mm/yyyy.&lt;BR /&gt;
which means if it is not 1 to 12, splunk will read it in dd/mm/yyyy.&lt;/P&gt;

&lt;P&gt;and if it is 1/09/2014, it will read it as mm/dd/yyyy (9 jan 2014)&lt;/P&gt;

&lt;P&gt;i am unable to copy the props.conf, too many characters. which part do i need to copy over?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 08:44:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143965#M29401</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-07T08:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143966#M29402</link>
      <description>&lt;P&gt;i think i manage to solve the problem. apparently, there is this datetime.xml file in splunk\etc&lt;BR /&gt;
by default there was alot of definition is "month, day, year". so i change all of it to "day, month, year" and VIOLA!! it work. thanks for MarioM help too.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143966#M29402</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-07T09:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143967#M29403</link>
      <description>&lt;P&gt;This is not a good solution, as you are changing the way splunk guesses timestamps for your entire install.&lt;BR /&gt;
In addition TIME_FORMAT will produce better performance and more stable results.&lt;/P&gt;

&lt;P&gt;If you wish to create a custom datetime.xml, you should reference it within your sourcetype in props.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143967#M29403</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-10-13T07:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I configure splunk to read dates in dd/mm/yyyy format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143968#M29404</link>
      <description>&lt;P&gt;well. i cant seem to get the props.conf command to work. i'm not a programmer and have very very limited coding knowledge.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:44:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-configure-splunk-to-read-dates-in-dd-mm-yyyy-format/m-p/143968#M29404</guid>
      <dc:creator>jonzhong</dc:creator>
      <dc:date>2014-10-13T07:44:42Z</dc:date>
    </item>
  </channel>
</rss>

