<?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: Time-Date recognize Unix Epoch Time milliseconds in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79169#M181699</link>
    <description>&lt;P&gt;Thanks for the warning! I do not know really how to correctly extract the information about the date and time from the field... Because in most cases the date is retrieved correctly.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2013 05:34:51 GMT</pubDate>
    <dc:creator>ryastrebov</dc:creator>
    <dc:date>2013-04-01T05:34:51Z</dc:date>
    <item>
      <title>Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79164#M181694</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;
I have log contains time-date in Unix Epoch format (milliseconds).&lt;BR /&gt;
One event fragments is:&lt;/P&gt;

&lt;P&gt;04,013c5f8ecc0f,013c5f8ecd04,0038af,...&lt;/P&gt;

&lt;P&gt;Desired date is contained in column 3 (013c5f8ecd04).&lt;/P&gt;

&lt;P&gt;During indexing process Splunk some date perceive correctly, and some not. This values (013c5f8ecd04) Splunk understand as 11/28/11 10:53:54.000 PM. It is incorrect.&lt;/P&gt;

&lt;P&gt;Necessary to date indexing perceived correctly. &lt;BR /&gt;
How can this be done?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
Roman&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 09:48:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79164#M181694</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-03-29T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79165#M181695</link>
      <description>&lt;P&gt;i hope it is because of the TIME ZONE configured incorrectly.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 10:34:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79165#M181695</guid>
      <dc:creator>eashwar</dc:creator>
      <dc:date>2013-03-29T10:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79166#M181696</link>
      <description>&lt;P&gt;Unlikely because in this file same part of the dates correctly perceived&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 10:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79166#M181696</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-03-29T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79167#M181697</link>
      <description>&lt;P&gt;Define a timeprefix and timeformat extraction in props.conf for this sourcetype&lt;BR /&gt;
To verify use the data preview.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 14:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79167#M181697</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-03-29T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79168#M181698</link>
      <description>&lt;P&gt;beware when you do get it working correctly,  your &lt;CODE&gt;date_hour&lt;/CODE&gt; fields and all your &lt;CODE&gt;date_*&lt;/CODE&gt; fields will be calculated as though you had set the timezone explicitly to GMT,  which effectively means all your date_hour values will be off by  whatever your timezone offset is, and all your other &lt;CODE&gt;date_*&lt;/CODE&gt; fields will be slightly unreliable too. This has bitten me in the past.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79168#M181698</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T13:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Time-Date recognize Unix Epoch Time milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79169#M181699</link>
      <description>&lt;P&gt;Thanks for the warning! I do not know really how to correctly extract the information about the date and time from the field... Because in most cases the date is retrieved correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 05:34:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Time-Date-recognize-Unix-Epoch-Time-milliseconds/m-p/79169#M181699</guid>
      <dc:creator>ryastrebov</dc:creator>
      <dc:date>2013-04-01T05:34:51Z</dc:date>
    </item>
  </channel>
</rss>

