<?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 Get Start Timestamp based on Log Correlation Id in Dynatrace Grail in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Get-Start-Timestamp-based-on-Log-Correlation-Id-in-Dynatrace/m-p/266311#M1563</link>
    <description>&lt;P&gt;I have requirement to get the start timestamp from the logs based on a particular correlation Id in the Grail.&lt;/P&gt;&lt;P&gt;Could you please suggest on this&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 10:45:42 GMT</pubDate>
    <dc:creator>KeerthanaH</dc:creator>
    <dc:date>2024-12-30T10:45:42Z</dc:date>
    <item>
      <title>Get Start Timestamp based on Log Correlation Id in Dynatrace Grail</title>
      <link>https://community.dynatrace.com/t5/DQL/Get-Start-Timestamp-based-on-Log-Correlation-Id-in-Dynatrace/m-p/266311#M1563</link>
      <description>&lt;P&gt;I have requirement to get the start timestamp from the logs based on a particular correlation Id in the Grail.&lt;/P&gt;&lt;P&gt;Could you please suggest on this&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 10:45:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Get-Start-Timestamp-based-on-Log-Correlation-Id-in-Dynatrace/m-p/266311#M1563</guid>
      <dc:creator>KeerthanaH</dc:creator>
      <dc:date>2024-12-30T10:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Start Timestamp based on Log Correlation Id in Dynatrace Grail</title>
      <link>https://community.dynatrace.com/t5/DQL/Get-Start-Timestamp-based-on-Log-Correlation-Id-in-Dynatrace/m-p/266355#M1564</link>
      <description>&lt;P&gt;If you are looking for earliest (and maybe latest too) timestamp of log line with particular correlation in, it could look like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| summarize { start_time=min(timestamp), end_time=max(timestamp)}, by: {corrleation_id}&lt;/LI-CODE&gt;&lt;P&gt;but I may be incorrectly interpreting your need.&lt;BR /&gt;&lt;BR /&gt;Example on test data looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krzysztof_hoja_0-1735585589043.png" style="width: 846px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25509i1ADA684FED077FC5/image-dimensions/846x424?v=v2" width="846" height="424" role="button" title="krzysztof_hoja_0-1735585589043.png" alt="krzysztof_hoja_0-1735585589043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 19:06:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Get-Start-Timestamp-based-on-Log-Correlation-Id-in-Dynatrace/m-p/266355#M1564</guid>
      <dc:creator>krzysztof_hoja</dc:creator>
      <dc:date>2024-12-30T19:06:56Z</dc:date>
    </item>
  </channel>
</rss>

