<?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 Link back to logs from DQL tile in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Link-back-to-logs-from-DQL-tile/m-p/278390#M5119</link>
    <description>&lt;P&gt;Given the table below created from DQL fetching logs, How can I turn the eventId in to a link to pull the relevant raw logs?&amp;nbsp; In this scenario, this DQL just pulls the last entry in the log by eventId and in the logs there could be many actions within a trigger so the support team wants to be able to come to this dashboard, see the summary and then be able to click through to pull all the logs for a given eventId&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" style="width: 919px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28288i58277CC017CA829A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" alt="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2025 06:42:58 GMT</pubDate>
    <dc:creator>chrmckenna</dc:creator>
    <dc:date>2025-06-02T06:42:58Z</dc:date>
    <item>
      <title>Link back to logs from DQL tile</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Link-back-to-logs-from-DQL-tile/m-p/278390#M5119</link>
      <description>&lt;P&gt;Given the table below created from DQL fetching logs, How can I turn the eventId in to a link to pull the relevant raw logs?&amp;nbsp; In this scenario, this DQL just pulls the last entry in the log by eventId and in the logs there could be many actions within a trigger so the support team wants to be able to come to this dashboard, see the summary and then be able to click through to pull all the logs for a given eventId&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" style="width: 919px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28288i58277CC017CA829A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" alt="2025_05_30_10_34_57_Dashboards_NonProd_qri47283_Dynatrace.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 06:42:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Link-back-to-logs-from-DQL-tile/m-p/278390#M5119</guid>
      <dc:creator>chrmckenna</dc:creator>
      <dc:date>2025-06-02T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link back to logs from DQL tile</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Link-back-to-logs-from-DQL-tile/m-p/279458#M5159</link>
      <description>&lt;P&gt;One way to achieve this is to create a dashboard that shows the log entries filtered by the event id and set the event id as free text variable.&amp;nbsp;&lt;BR /&gt;You will see that when you enter event id in the variable box (to display the desired results) the url in address bar will change&amp;nbsp; and it will include your event id. It should be in this fromat&lt;BR /&gt;&lt;BR /&gt;https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.dashboards/dashboard/&lt;STRONG&gt;&amp;lt;dashboard_id&amp;gt;&lt;/STRONG&gt;#from=now%28%29-7d&amp;amp;to=now%28%29&amp;amp;vfilter_event_id=&lt;STRONG&gt;&amp;lt;eventId&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Now&amp;nbsp;in your first dashboard's DQL do&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;| fieldsAdd event_id_link = concat("https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.dashboards/dashboard/&amp;lt;dashboard_id&amp;gt;#from=now%28%29-7d&amp;amp;to=now%28%29&amp;amp;vfilter_event_id=", eventId)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;It will create a new field with a link to a pre-filtered dashboard with desired results. You will have to right-click in it and use the "open link" option, but it should work&lt;BR /&gt;&lt;BR /&gt;Unfortunately Dynatrace dasboards do not support Drilldown option as for example Splunk does.&amp;nbsp;&lt;BR /&gt;Maybe one day we will get it as it was already suggested as a feature &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Dashboards-Drilldowns-filtering-across-tiles-via-interactions/idi-p/268804" target="_self"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jun 2025 18:20:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Link-back-to-logs-from-DQL-tile/m-p/279458#M5159</guid>
      <dc:creator>2181</dc:creator>
      <dc:date>2025-06-15T18:20:35Z</dc:date>
    </item>
  </channel>
</rss>

