<?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: My Dynatrace Assist Tips and Tricks in AI</title>
    <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301399#M203</link>
    <description>&lt;P&gt;Thanks. FYI -&amp;gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/25323"&gt;@GabrieleHB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2026 14:20:49 GMT</pubDate>
    <dc:creator>andreas_grabner</dc:creator>
    <dc:date>2026-06-30T14:20:49Z</dc:date>
    <item>
      <title>My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301135#M189</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Many of you have already played around with Dynatrace Assist. So have I. And I have just published a short Tips &amp;amp; Tricks video to walk through several use cases on YouTube.&lt;/P&gt;
&lt;P&gt;In the video I also try to beat Dynatrace Assist in analyzing traces. Well - I ended up in 2nd place &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;IFRAME src="https://www.youtube.com/embed/ipFbb6bXgwA?si=hIuHJaVzIwl7xQhD" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;Please share your own assist conversations. What works, what doesnt, what surprises?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2026 09:08:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301135#M189</guid>
      <dc:creator>andreas_grabner</dc:creator>
      <dc:date>2026-06-24T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301284#M195</link>
      <description>&lt;P&gt;Just recently I had the Dynatrace AI create an entire dashboard based on approximately 12 rows of logs that I had from a test on 2 separate days. I needed to be able to have this Dashboard operating when we go live, but only had those 2 days of short testing from the vendor making the Posts. I told it my instructions and gave it the 2 dates to check.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on those 12 rows of test posts having a variety of elements tested, It created a 12 pane dashboard including Geolocation map of those posts and it is ready for Go Live tracking.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply Amazing!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2026 20:39:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301284#M195</guid>
      <dc:creator>txvepr</dc:creator>
      <dc:date>2026-06-26T20:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301288#M197</link>
      <description>&lt;P&gt;cool. thanks for sharing. Any screenshots you can share? Or any parts of the prompt? Its always great to learn from others!&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2026 12:03:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301288#M197</guid>
      <dc:creator>andreas_grabner</dc:creator>
      <dc:date>2026-06-28T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301341#M198</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Creating a pipeline and Dashboard from minimal log entries in Dynatrace:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This POC needed to create an Open Telemetry Pipeline for logs to a dedicated bucket for audit purposes.&lt;/P&gt;&lt;P&gt;I only had 2 log files with only 12 rows of entries from a quick test to work with . Of course, once we get closer to go live we will get more. The logs are in a JSON format.&amp;nbsp; &lt;STRONG&gt;Investigate your log first to look for patterns or meaningful elements.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Based on your DQL from above, Dynatrace AI query then can be : “&lt;EM&gt;how can the logs returned from this DQL be a pattern for pipeline detection: fetch logs | filter contains(content, "xxxx", caseSensitive: false) // Add filters by: | filter matchesValue(field, "value") “&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Since there are multiple values possible instead of just “xxxx” , I then prompted “not based on xxxx content”&lt;/LI&gt;&lt;LI&gt;DT AI then went back and discovered a better pattern match for this particular Open Telementry feed ingested log to use for identification.&lt;/LI&gt;&lt;LI&gt;I queried “can a pipeline be based on the other data elements like server, hostname, ip or other non content related attributes”&amp;nbsp; . “Yes, absolutely”&lt;/LI&gt;&lt;LI&gt;DT AI then listed out that host.name would be the best identifier . It returned DQL for me to run to find what non-content fields are populated.&lt;/LI&gt;&lt;LI&gt;I then asked if “data.audience” could be used since it will be unique to this particular feed because the host or IP could change in the future.&lt;/LI&gt;&lt;LI&gt;Just to verify correctness I then told DT AI to use my 2 logs I had from their dates rather than just based on my DQL at the start. “use example data from the date 2026-06-23T00:00:00-05:00/2026-06-23T23:59:59-05:00 “&lt;/LI&gt;&lt;LI&gt;DT AI returned a “Fields produced by the Pipeline” in a table with the validation DQL.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;DT AI then asked if “Would you like to add alerting on&amp;nbsp;xxxx.auth.failed == true, or build a dashboard summarizing activity by&amp;nbsp;xxxx.api.endpoint&amp;nbsp;and&amp;nbsp;xxxx.organization?*”&lt;/LI&gt;&lt;LI&gt;I chose “build a Dashboard”&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gave me a 12 panel Dashboard that works plus the import JSON.&lt;/P&gt;&lt;P&gt;Obviously you should always verify the output with what you know about your own data before accepting it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If you haven’t started leveraging the DT AI, you are missing out on a huge force multiplier for your team.&lt;/STRONG&gt;&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="txvepr_0-1782753717649.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33562iA2FD7E78C16A369E/image-size/large?v=v2&amp;amp;px=999" role="button" title="txvepr_0-1782753717649.png" alt="txvepr_0-1782753717649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 17:30:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301341#M198</guid>
      <dc:creator>txvepr</dc:creator>
      <dc:date>2026-06-29T17:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301348#M199</link>
      <description>&lt;P&gt;Hi Andy!!, I have a question. Does using the new &lt;STRONG&gt;Dynatrace Assist&lt;/STRONG&gt; features incur additional subscription costs or consume subscription credits? If so, could you please let me know which features or use cases generate those costs?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 20:22:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301348#M199</guid>
      <dc:creator>NicoleMT</dc:creator>
      <dc:date>2026-06-29T20:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301351#M200</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/85361"&gt;@NicoleMT&lt;/a&gt;&amp;nbsp;Assist itself does not have any costs associated. Only the DQL assist executes incur costs based on your rate card. Assist skills have limits in place.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 20:41:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301351#M200</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-06-29T20:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301356#M201</link>
      <description>&lt;P&gt;Thanks a lot for sharing the details.&lt;/P&gt;
&lt;P&gt;One final question: Did you do this within Dynatrace in Dynatrace Assist? Or did you use a Claude/CoPilot/... and connected it to Dynatrace via MCP or dtctl?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 05:30:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301356#M201</guid>
      <dc:creator>andreas_grabner</dc:creator>
      <dc:date>2026-06-30T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301393#M202</link>
      <description>&lt;P&gt;This was done entirely within the Dynatrace Assist. The ways it can correlate across our stack is what makes this feature indispensable.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 13:11:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301393#M202</guid>
      <dc:creator>txvepr</dc:creator>
      <dc:date>2026-06-30T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: My Dynatrace Assist Tips and Tricks</title>
      <link>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301399#M203</link>
      <description>&lt;P&gt;Thanks. FYI -&amp;gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/25323"&gt;@GabrieleHB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2026 14:20:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/AI/My-Dynatrace-Assist-Tips-and-Tricks/m-p/301399#M203</guid>
      <dc:creator>andreas_grabner</dc:creator>
      <dc:date>2026-06-30T14:20:49Z</dc:date>
    </item>
  </channel>
</rss>

