<?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 Grail and timestamp support for milliseconds in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215445#M255</link>
    <description>&lt;P&gt;Before moving our existing environments to Grail, I'd like to know if it supports timestamps in milliseconds. Today's Log Management only goes as far as seconds. Will Grail provide "millisecond" timestamp support?&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2025 16:34:56 GMT</pubDate>
    <dc:creator>GregOReilly</dc:creator>
    <dc:date>2025-05-09T16:34:56Z</dc:date>
    <item>
      <title>Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215445#M255</link>
      <description>&lt;P&gt;Before moving our existing environments to Grail, I'd like to know if it supports timestamps in milliseconds. Today's Log Management only goes as far as seconds. Will Grail provide "millisecond" timestamp support?&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 16:34:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215445#M255</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2025-05-09T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215525#M256</link>
      <description>&lt;P&gt;Both Log Monitoring Classic and Logs on Grail supports have ms resolution of timestamps. Though, in both cases, the ms are not displayed in UI.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 15:08:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215525#M256</guid>
      <dc:creator>marcin_okraszew</dc:creator>
      <dc:date>2023-06-20T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215624#M257</link>
      <description>&lt;P&gt;It's possible to display the milliseconds in Notebooks by reformatting the timestamp. &lt;BR /&gt;See - &lt;A title="formatTimestamp" href="https://www.dynatrace.com/support/help/shortlink/dql-functions#formatTimestamp" target="_blank" rel="noopener"&gt;formatTimestamp function&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;fetch logs
| fieldsAdd timestamp = formatTimestamp(timestamp, format:"yyyy-MM-dd HH:mm:ss.SSS")
| limit 10&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Philipp_Kastner_0-1687342547660.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/12373i732768E8443B9624/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Philipp_Kastner_0-1687342547660.png" alt="Philipp_Kastner_0-1687342547660.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Kind regards, Philipp&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 10:17:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215624#M257</guid>
      <dc:creator>Philipp_Kastner</dc:creator>
      <dc:date>2023-06-21T10:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215635#M258</link>
      <description>&lt;P&gt;Thanks. We dont have Grail yet, but the example above is confirming my hopes. Notebooks only work with Grail correct? I just tried to use a notebook (selecting the new ui) and this did not work with old log management. No results are ever returned.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 11:44:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215635#M258</guid>
      <dc:creator>GregOReilly</dc:creator>
      <dc:date>2023-06-21T11:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215672#M259</link>
      <description>&lt;P&gt;Correct, Notebooks only queries data from Grail.&amp;nbsp;&lt;BR /&gt;See&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/45442"&gt;@HansLougas&lt;/a&gt;'s response regarding one way to get started &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Open-Q-A/Moving-to-Grail-pulling-out-all-Log-Management-data/m-p/215662/highlight/true#M26994" target="_blank"&gt;Solved: Re: Moving to Grail: pulling out all Log Management data - Dynatrace Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 14:41:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/215672#M259</guid>
      <dc:creator>Philipp_Kastner</dc:creator>
      <dc:date>2023-06-21T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Grail and timestamp support for milliseconds</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/275127#M1275</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;Any way to add nanoseconds to the timestamp as well and use that for ordering?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:11:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/Grail-and-timestamp-support-for-milliseconds/m-p/275127#M1275</guid>
      <dc:creator>pditmar2</dc:creator>
      <dc:date>2025-04-14T19:11:26Z</dc:date>
    </item>
  </channel>
</rss>

