<?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: Accelerated data model not storing milliseconds in _time in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435482#M7091</link>
    <description>&lt;P&gt;hi @payal23 &lt;BR /&gt;
What happens if you try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats max(_time) as Start min(_time) as End from datamodel=One.A where nodename=B.A by A.Id| eval newstrt=strftime(Start,"%Y-%m-%d %H:%M:%S:%3N %p")| eval newend=strftime(End,"%Y-%m-%d %H:%M:%S:%3N %p")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you see milliseconds now?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 07:12:26 GMT</pubDate>
    <dc:creator>Sukisen1981</dc:creator>
    <dc:date>2019-08-26T07:12:26Z</dc:date>
    <item>
      <title>Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435476#M7085</link>
      <description>&lt;P&gt;I am not able to capture milliseconds in accelerated data model. &lt;/P&gt;

&lt;P&gt;Query is like :&lt;/P&gt;

&lt;P&gt;|tstats max(_time) as Start min(_time) as End from datamodel=One.A where nodename=B.A by A.Id|eval duration=End-Start&lt;/P&gt;

&lt;P&gt;Raw logs are having milliseconds but the above query is not having the milliseconds.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
PAyal&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435476#M7085</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2020-09-30T01:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435477#M7086</link>
      <description>&lt;P&gt;May I know the name of datamodel you are using?&lt;/P&gt;

&lt;P&gt;Ideally below query return &lt;CODE&gt;_time&lt;/CODE&gt; in epoch format. What you get?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats max(_time) as Start min(_time) as End from datamodel=One
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Aug 2019 07:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435477#M7086</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-08T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435478#M7087</link>
      <description>&lt;P&gt;yes. In epoch format. But that value does not have milliseconds.&lt;/P&gt;

&lt;P&gt;So, in raw logs time is 5:49:08.715 PM and the tstats epoch converted time has 1565250548.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 08:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435478#M7087</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2019-08-08T08:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435479#M7088</link>
      <description>&lt;P&gt;I hope you can see the milliseconds when you run below query.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| from datamodel One
| table _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Aug 2019 03:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435479#M7088</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-09T03:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435480#M7089</link>
      <description>&lt;P&gt;yes I am able to see here.. but if i do max or min of the time.. millisecond is not printing&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 05:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435480#M7089</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2019-08-22T05:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435481#M7090</link>
      <description>&lt;P&gt;I can't reproduce the issue with below query on 'Authentication' datamodel.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats max(_time) as Start min(_time) as End from datamodel=One
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is yours custom datamodel? if it's standard one, can you share the datamodel name?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 04:59:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435481#M7090</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-08-26T04:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435482#M7091</link>
      <description>&lt;P&gt;hi @payal23 &lt;BR /&gt;
What happens if you try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats max(_time) as Start min(_time) as End from datamodel=One.A where nodename=B.A by A.Id| eval newstrt=strftime(Start,"%Y-%m-%d %H:%M:%S:%3N %p")| eval newend=strftime(End,"%Y-%m-%d %H:%M:%S:%3N %p")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you see milliseconds now?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 07:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435482#M7091</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-26T07:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435483#M7092</link>
      <description>&lt;P&gt;Hi Suki, @Sukisen1981 &lt;/P&gt;

&lt;P&gt;if i search for last 15 - 20 mins milliseconds are displaying.. But if i search any older time than this.. then it is not displaying milliseconds.&lt;/P&gt;

&lt;P&gt;My question is that while saving the data in the indexer (accelerated data model) will it not save the milliseconds?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 02:37:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435483#M7092</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2019-09-03T02:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435484#M7093</link>
      <description>&lt;P&gt;@jawaharas It's a custom data model. Can you try accelerating that data model and look for milliseconds?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 02:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435484#M7093</guid>
      <dc:creator>payal23</dc:creator>
      <dc:date>2019-09-03T02:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435485#M7094</link>
      <description>&lt;P&gt;We can see milliseconds in accelerated data model. &lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 05:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/435485#M7094</guid>
      <dc:creator>jawaharas</dc:creator>
      <dc:date>2019-09-03T05:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated data model not storing milliseconds in _time</title>
      <link>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/549598#M9026</link>
      <description>&lt;P&gt;I&amp;nbsp; am experiencing the same problem. When searching an accelerated data model, the miliseconds of the _time field is lost (when using a tstats latest search). This is a problem, since the miliseconds are needed to accurately determine the latest event!&lt;/P&gt;&lt;P&gt;I describe the problem in more detail in a question I posted here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Data-model-time-field-format/m-p/549121#M155777" target="_self"&gt;https://community.splunk.com/t5/Splunk-Search/Data-model-time-field-format/m-p/549121#M155777&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Accelerated-data-model-not-storing-milliseconds-in-time/m-p/549598#M9026</guid>
      <dc:creator>BernardEAI</dc:creator>
      <dc:date>2021-04-28T12:24:17Z</dc:date>
    </item>
  </channel>
</rss>

