<?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: Dashboard creation with AI (LLMs) - Examples in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-creation-with-AI-LLMs-Examples/m-p/298812#M5783</link>
    <description>&lt;P&gt;I don't want to spoil too much but let's say we are anyways looking into this...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Important pieces that we ourselves are still trying to figure out at this point is what&amp;nbsp;instructions and validations are needed to create a:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;technically correct&lt;/LI&gt;
&lt;LI&gt;visually appealing&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;and cost and performance efficient document&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So indeed, context is key. And at least think of leveraging the following available pieces:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;DT MCP / DT app MCP&lt;/STRONG&gt;&amp;nbsp;for querying, the semantic dictionary, Strato colors etc.,&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Good examples&lt;/STRONG&gt; such as ready-made - or as in your case - your own favorite dashboards.&amp;nbsp;Last time I tried my luck I used the most frequently used 3-5 Ready-mades as input (Kubernetes cluster, Infrastructure, Database, ..).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DTCTL&lt;/STRONG&gt; to as a authentication tool for your LLM/harness and to download/upload the created document.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These would cover a few aspects, namely, validity/validation, visual appeal, and ease of interacting with your tenant.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the end all guaranteed that the result can be imported and the queries work, while not having to manually do anything with the tenant. All CLI first, let claude or any other LLM model of your choice handle the grunt work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But curious whether and what others have done and what their experiences have been.. !?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2026 17:42:01 GMT</pubDate>
    <dc:creator>zietho</dc:creator>
    <dc:date>2026-04-30T17:42:01Z</dc:date>
    <item>
      <title>Dashboard creation with AI (LLMs) - Examples</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-creation-with-AI-LLMs-Examples/m-p/298712#M5782</link>
      <description>&lt;P&gt;After we saw an example at Perform, we started toying around with creating dashboards via prompts in LLMs. Utilizing Claude, we begged, borrowed, and stole from our Dynatrace consultants and created several dashboards with such, but that had me thinking, what else have other Dynatrace customers have done?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached a sample.json that we used to give the AI a framework to work from as well as the servicehealth.json that was output from the following prompt:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;I'm an SRE. Build a Dynatrace dashboard for me to help observe the main KPIs that SREs care about. Take a look at the sample Dashboard in the directory as I like that look and feel of that dashboard. Enable auto select for timeseries charts only in visualization settings. For K8s Node Status, make sure the DQL for sourceField uses entity_name and not id. If you build any honeycomb tiles, place them to the left for that row. For any network tiles, use dt.host.net.nic.bytes_rx and dt.host.net.nic.bytes_tx metrics. Make sure all functions used in DQL are correct based on dynatrace official documentation (&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/platform/grail/dynatrace-query-language" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/platform/grail/dynatrace-query-language&lt;/A&gt;) and parsing is correct in the DQL based on dynatrace official DPL documentation (&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/platform/grail/dynatrace-pattern-language" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/platform/grail/dynatrace-pattern-language&lt;/A&gt;)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 19:08:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-creation-with-AI-LLMs-Examples/m-p/298712#M5782</guid>
      <dc:creator>john_martin</dc:creator>
      <dc:date>2026-04-29T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard creation with AI (LLMs) - Examples</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-creation-with-AI-LLMs-Examples/m-p/298812#M5783</link>
      <description>&lt;P&gt;I don't want to spoil too much but let's say we are anyways looking into this...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Important pieces that we ourselves are still trying to figure out at this point is what&amp;nbsp;instructions and validations are needed to create a:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;technically correct&lt;/LI&gt;
&lt;LI&gt;visually appealing&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;and cost and performance efficient document&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So indeed, context is key. And at least think of leveraging the following available pieces:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;DT MCP / DT app MCP&lt;/STRONG&gt;&amp;nbsp;for querying, the semantic dictionary, Strato colors etc.,&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Good examples&lt;/STRONG&gt; such as ready-made - or as in your case - your own favorite dashboards.&amp;nbsp;Last time I tried my luck I used the most frequently used 3-5 Ready-mades as input (Kubernetes cluster, Infrastructure, Database, ..).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;DTCTL&lt;/STRONG&gt; to as a authentication tool for your LLM/harness and to download/upload the created document.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These would cover a few aspects, namely, validity/validation, visual appeal, and ease of interacting with your tenant.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the end all guaranteed that the result can be imported and the queries work, while not having to manually do anything with the tenant. All CLI first, let claude or any other LLM model of your choice handle the grunt work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But curious whether and what others have done and what their experiences have been.. !?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 17:42:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-creation-with-AI-LLMs-Examples/m-p/298812#M5783</guid>
      <dc:creator>zietho</dc:creator>
      <dc:date>2026-04-30T17:42:01Z</dc:date>
    </item>
  </channel>
</rss>

