<?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: Parsing epoch time (tai64n) with milliseconds in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21617#M3551</link>
    <description>&lt;P&gt;Indeed, same question, I forgot about that as I was carried out with the newest version and the bug correction for epoch in 4.2.1. I will continue the threat you indicated (probably makes more sense). Thank you for this.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2011 08:12:10 GMT</pubDate>
    <dc:creator>OL</dc:creator>
    <dc:date>2011-06-03T08:12:10Z</dc:date>
    <item>
      <title>Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21615#M3549</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I have a log which has the following unix tai64n timestamp: @400000004ddf8b5a1803be44. Splunk 4.2.1 recognises it at index time but ignores the milliseconds.&lt;/P&gt;

&lt;P&gt;Is there a way to change this behaviour and parse the milliseconds at index time?&lt;/P&gt;

&lt;P&gt;It seems that I cannot try the "TIME_FORMAT = %s%3N" here as the timestamp is in hex. The datetime.xml mentions a "subsecond" for the utcepoch, but I don't know how to use it.&lt;/P&gt;

&lt;P&gt;Splunk seems to recognise only the first 16 charaters. I tried to remove the "16" in the regex in the datetime.xml ( ^@[\da-fA-F]{16,24} ), but this didn't help neither.&lt;/P&gt;

&lt;P&gt;Any idea anyone?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Olivier&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2011 22:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21615#M3549</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-06-02T22:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21616#M3550</link>
      <description>&lt;P&gt;Related (possibly the same) question at &lt;A href="http://splunk-base.splunk.com/answers/4540/does-splunk-support-indexing-of-timestamps-in-tai64nlocal-format"&gt;http://splunk-base.splunk.com/answers/4540/does-splunk-support-indexing-of-timestamps-in-tai64nlocal-format&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2011 22:43:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21616#M3550</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-06-02T22:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21617#M3551</link>
      <description>&lt;P&gt;Indeed, same question, I forgot about that as I was carried out with the newest version and the bug correction for epoch in 4.2.1. I will continue the threat you indicated (probably makes more sense). Thank you for this.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 08:12:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21617#M3551</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-06-03T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21618#M3552</link>
      <description>&lt;P&gt;May I ask how you make splunk accept tai64n time?&lt;/P&gt;

&lt;P&gt;I have some imported events but I don't know how to process them, e.g.&lt;/P&gt;

&lt;P&gt;@400000004de5bcd921686bec tcpserver: status: 0/40&lt;/P&gt;

&lt;P&gt;@400000004de5bcd921686034 tcpserver: end 10611 status 256&lt;/P&gt;

&lt;P&gt;I am happy even without miliseconds.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Keith &lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 12:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21618#M3552</guid>
      <dc:creator>keiichilam</dc:creator>
      <dc:date>2011-06-03T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21619#M3553</link>
      <description>&lt;P&gt;Well, if you are on Splunk 4.2.1 (the version I have), it simple: let Splunk eat the log and it will get the correct timestamp without the milliseconds.&lt;/P&gt;

&lt;P&gt;The problem comes when you need the milliseconds &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 12:15:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21619#M3553</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-06-03T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing epoch time (tai64n) with milliseconds</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21620#M3554</link>
      <description>&lt;P&gt;Please take a look into: &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/688698/why-are-milliseconds-not-being-parsed-in-cluster-e.html"&gt;https://answers.splunk.com/answers/688698/why-are-milliseconds-not-being-parsed-in-cluster-e.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 10:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Parsing-epoch-time-tai64n-with-milliseconds/m-p/21620#M3554</guid>
      <dc:creator>freedomson</dc:creator>
      <dc:date>2019-02-05T10:11:08Z</dc:date>
    </item>
  </channel>
</rss>

