<?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: Alerting profile in new tennant in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299939#M6341</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104578"&gt;@Jesahel08&lt;/a&gt;, we are adding this functionality into the problem trigger of workflows: in the next couple of months, you'll be able to&amp;nbsp;select a predefined duration (5 mins,&amp;nbsp;10 mins,&amp;nbsp;15 mins, 30 mins,&amp;nbsp;60 mins,&amp;nbsp;2 hours,&amp;nbsp;4 hours,&amp;nbsp;24 hours and&amp;nbsp;7 days) from a dropdown in the problem trigger. The workflow will only be triggered once the problem has been opened for the selected duration.&lt;BR /&gt;&lt;BR /&gt;Happy to update this post once this feature has been rolled out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In addition to using this functionality, one recommendation that we are passing to users is also evaluate why those problems are created, if the alerting conditions make sense and if it's possible to improve them to reduce the amount of alerting noice. &lt;BR /&gt;&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2026 06:58:00 GMT</pubDate>
    <dc:creator>sonja</dc:creator>
    <dc:date>2026-05-26T06:58:00Z</dc:date>
    <item>
      <title>Alerting profile in new tennant</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299872#M6336</link>
      <description>&lt;P&gt;Hello everyone, I'm working with Dynatrace on a new tenant, but they no longer have Alerting Profiles or Problem Notifications enabled. We are currently handling problem notifications through Workflows, but I can’t manage notification delays based on error types to avoid receiving too many emails in my inbox.&lt;/P&gt;&lt;P&gt;With Alerting Profiles, it was possible to configure a waiting time before a problem triggered an email notification. Does anyone know how Alerting Profiles can now be managed or replaced in the new setup?&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 02:22:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299872#M6336</guid>
      <dc:creator>Jesahel08</dc:creator>
      <dc:date>2026-05-22T02:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alerting profile in new tennant</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299878#M6337</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104578"&gt;@Jesahel08&lt;/a&gt;&amp;nbsp;alerting profiles + problem notifications have been replaced with Workflows. You can create delayed notifications using full workflow functionality (which has some cost implications). However, this should be solved shortly. See more &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Delay-on-the-Davis-Problem-trigger-in-workflow/idc-p/290743/highlight/true#M55478" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2026 06:41:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299878#M6337</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-05-22T06:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alerting profile in new tennant</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299921#M6338</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The issue is that I’m unable to implement the delay by problem type through the workflow, since there are multiple problem category types. The problem trigger captures the issue instantly.&lt;/P&gt;&lt;P&gt;I tried adding additional logic before sending the email in order to create a time loop/delay before notifying the problem, but I wasn’t successful.&lt;/P&gt;&lt;P&gt;I’m not sure if you already have any implemented structure or approach that could help with this scenario.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 20:40:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299921#M6338</guid>
      <dc:creator>Jesahel08</dc:creator>
      <dc:date>2026-05-25T20:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alerting profile in new tennant</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299922#M6339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104578"&gt;@Jesahel08&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The trick is to not send immediately — instead, re-check if the problem is still active after a delay.&lt;/P&gt;&lt;P&gt;Pattern:&lt;/P&gt;&lt;P&gt;Problem Trigger&amp;nbsp;fires → add a&amp;nbsp;Run JavaScript&amp;nbsp;action with conditional delay logic per category&lt;/P&gt;&lt;P&gt;Then add a&amp;nbsp;DQL Query action&amp;nbsp;that re-checks if the problem is still active after that delay&lt;/P&gt;&lt;P&gt;Condition&amp;nbsp;→ if still active → send email; if closed → do nothing&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This thread covers the same approach&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Automations/Workflow-trigger-if-the-problem-persists-for-at-least-5-minutes/m-p/250801" target="_blank"&gt;Solved: Workflow trigger if the problem persists for at least 5 minutes - Dynatrace Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sujit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 22:39:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299922#M6339</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-05-25T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alerting profile in new tennant</title>
      <link>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299939#M6341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/104578"&gt;@Jesahel08&lt;/a&gt;, we are adding this functionality into the problem trigger of workflows: in the next couple of months, you'll be able to&amp;nbsp;select a predefined duration (5 mins,&amp;nbsp;10 mins,&amp;nbsp;15 mins, 30 mins,&amp;nbsp;60 mins,&amp;nbsp;2 hours,&amp;nbsp;4 hours,&amp;nbsp;24 hours and&amp;nbsp;7 days) from a dropdown in the problem trigger. The workflow will only be triggered once the problem has been opened for the selected duration.&lt;BR /&gt;&lt;BR /&gt;Happy to update this post once this feature has been rolled out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In addition to using this functionality, one recommendation that we are passing to users is also evaluate why those problems are created, if the alerting conditions make sense and if it's possible to improve them to reduce the amount of alerting noice. &lt;BR /&gt;&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 06:58:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Alerting-profile-in-new-tennant/m-p/299939#M6341</guid>
      <dc:creator>sonja</dc:creator>
      <dc:date>2026-05-26T06:58:00Z</dc:date>
    </item>
  </channel>
</rss>

