<?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 Splunk not storing time in milliseconds in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-not-storing-time-in-milliseconds/m-p/396379#M5786</link>
    <description>&lt;P&gt;I am extracting the timestamp from events in microseconds  (%Y-%m-%d:%H:%M:%S.%6N). But when index event timestamp is not showing in sub seconds. Always I see zeroth subsecond in timestamp. Is there any overwritten possible other than by props?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Aug 2018 19:40:52 GMT</pubDate>
    <dc:creator>ankith_nt</dc:creator>
    <dc:date>2018-08-08T19:40:52Z</dc:date>
    <item>
      <title>Splunk not storing time in milliseconds</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-not-storing-time-in-milliseconds/m-p/396379#M5786</link>
      <description>&lt;P&gt;I am extracting the timestamp from events in microseconds  (%Y-%m-%d:%H:%M:%S.%6N). But when index event timestamp is not showing in sub seconds. Always I see zeroth subsecond in timestamp. Is there any overwritten possible other than by props?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 19:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-not-storing-time-in-milliseconds/m-p/396379#M5786</guid>
      <dc:creator>ankith_nt</dc:creator>
      <dc:date>2018-08-08T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk not storing time in milliseconds</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-not-storing-time-in-milliseconds/m-p/396380#M5787</link>
      <description>&lt;P&gt;I think this is just a question of how Splunk shows _time.  Try something like this to see if it helps.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;YOUR BASE SEARCH&amp;gt; 
| convert timeformat="%Y-%m-%d %H:%M:%S:%6N" ctime(_time) AS c_time 
| table c_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Aug 2018 20:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-not-storing-time-in-milliseconds/m-p/396380#M5787</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-08-08T20:25:37Z</dc:date>
    </item>
  </channel>
</rss>

