<?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 unable to extract timestamp till nano seconds in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519766#M3441</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;I am trying to extract timestamp including nanoseconds but I am able to extract only 7 digits of nanoseconds though I used %9N in TIME_FORMAT.&lt;BR /&gt;Below is my sample event-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;10,11/03/20 04:00:00.00000010,11/03/20,04:00:00,Zx: 6037,04:00:00,48d4c21c3014850838840a460424c05b20412128053ce6074720006e00f1ff5500000000000000,Mod=2,AckReq=0,RtBits=0,MsgSeq=35,OnRte=1,Id=46,VId=6037&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my props.conf -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[abc_logs_st]
LINE_BREAKER = ([\r\n]+)
SHOULD_LINEMERGE = false
NO_BINARY_CHECK = true
category = Custom
pulldown_type = 1
disabled = false
TIME_PREFIX = ^\d+\,
MAX_TIMESTAMP_LOOKAHEAD = 30
TIME_FORMAT = %m/%d/%y %H:%M:%S.%9N&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why Splunk is considering only 7 digits after decimal..Is this bug in Splunk?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 10:36:47 GMT</pubDate>
    <dc:creator>ips_mandar</dc:creator>
    <dc:date>2020-09-16T10:36:47Z</dc:date>
    <item>
      <title>unable to extract timestamp till nano seconds</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519766#M3441</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am trying to extract timestamp including nanoseconds but I am able to extract only 7 digits of nanoseconds though I used %9N in TIME_FORMAT.&lt;BR /&gt;Below is my sample event-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;10,11/03/20 04:00:00.00000010,11/03/20,04:00:00,Zx: 6037,04:00:00,48d4c21c3014850838840a460424c05b20412128053ce6074720006e00f1ff5500000000000000,Mod=2,AckReq=0,RtBits=0,MsgSeq=35,OnRte=1,Id=46,VId=6037&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my props.conf -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[abc_logs_st]
LINE_BREAKER = ([\r\n]+)
SHOULD_LINEMERGE = false
NO_BINARY_CHECK = true
category = Custom
pulldown_type = 1
disabled = false
TIME_PREFIX = ^\d+\,
MAX_TIMESTAMP_LOOKAHEAD = 30
TIME_FORMAT = %m/%d/%y %H:%M:%S.%9N&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why Splunk is considering only 7 digits after decimal..Is this bug in Splunk?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 10:36:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519766#M3441</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2020-09-16T10:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract timestamp till nano seconds</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519773#M3442</link>
      <description>&lt;P&gt;The example event has only 8 digits after the decimal.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 18:05:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519773#M3442</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-15T18:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to extract timestamp till nano seconds</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519818#M3445</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp; No this won't help.&lt;BR /&gt;Even if I include 9 digits after decimal still splunk was able to extract 7 digits only .&lt;BR /&gt;Is this bug with Splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 05:16:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/unable-to-extract-timestamp-till-nano-seconds/m-p/519818#M3445</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2020-09-16T05:16:00Z</dc:date>
    </item>
  </channel>
</rss>

