<?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: Wild Card or REGEX in data explorer / custom event alerting profile in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/211922#M3489</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48299"&gt;@pvr&lt;/a&gt;&amp;nbsp;do you still need help with your case?&lt;BR /&gt;Or have you already found a solution? If yes, feel free to share. Other Community members would be happy to know the answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 13:36:03 GMT</pubDate>
    <dc:creator>AgataWlodarczyk</dc:creator>
    <dc:date>2023-05-11T13:36:03Z</dc:date>
    <item>
      <title>Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/195718#M3197</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the DT GUI allow us to filter on regular expressions or wild cards for the data explorer and custom alerting profiles?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a use case of collecting ready message count in a number of queues all with names ending in "*_error" ,&amp;nbsp; when I try to put in a similar wildcard it fails to filter on it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help/Advice appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Ven&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:21:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/195718#M3197</guid>
      <dc:creator>pvr</dc:creator>
      <dc:date>2022-10-04T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/202138#M3309</link>
      <description>&lt;P&gt;regex is really only applicable in certain subsets of Dynatrace for example Auto Tags, Request Attributes, Management Zones etc....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 21:08:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/202138#M3309</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-01-10T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/203307#M3321</link>
      <description>&lt;P&gt;Not sure I got the precise use case, but did you try entityName("_error") that works as "contains" clause? Unfortunately there is startsWith but not endsWith.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 11:07:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/203307#M3321</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2023-01-24T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/211922#M3489</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48299"&gt;@pvr&lt;/a&gt;&amp;nbsp;do you still need help with your case?&lt;BR /&gt;Or have you already found a solution? If yes, feel free to share. Other Community members would be happy to know the answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 13:36:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/211922#M3489</guid>
      <dc:creator>AgataWlodarczyk</dc:creator>
      <dc:date>2023-05-11T13:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/212935#M3528</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I was stuck in the same issue. I wanted to filter out all the results that were ending with some xyz string. In code tab of data explorer, there was a option called 'prefix' in filter. As I want to detect xyz suffix, I just used suffix in filter and it worked for me.&lt;/P&gt;&lt;P&gt;Long story short, you can use &lt;STRONG&gt;suffix&lt;/STRONG&gt; key word like this:&lt;BR /&gt;filter(suffix("Dimension","&amp;lt;your sub string that you want to search&amp;gt;"))&lt;BR /&gt;&amp;nbsp;and it will filter out all the data that has your desired sub string at the end.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works for you as well.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 17:29:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/212935#M3528</guid>
      <dc:creator>Adil_Saleem</dc:creator>
      <dc:date>2023-05-23T17:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/215237#M3582</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/59223"&gt;@Adil_Saleem&lt;/a&gt;&amp;nbsp;:&amp;nbsp; I have tried the below it does not work,&amp;nbsp; could you confirm this is similar to the code you had success with ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;com.dynatrace.extension.prometheus-rabbitmq.queues.queue_messages_ready:&lt;STRONG&gt;filter(suffix("Dimension","_error")&lt;/STRONG&gt;):splitBy(queue):max:sort(value(max,descending)):limit(20)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 14:55:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/215237#M3582</guid>
      <dc:creator>pvr</dc:creator>
      <dc:date>2023-06-16T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wild Card or REGEX in data explorer / custom event alerting profile</title>
      <link>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/215339#M3586</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48299"&gt;@pvr&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Can you show me some sample data on which you want to apply filter. As per my understanding, you should try applying filter after splitBy() function.&lt;BR /&gt;If there are dimensions that end with &lt;STRONG&gt;_error&lt;/STRONG&gt; then this should work.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;com.dynatrace.extension.prometheus-rabbitmq.queues.queue_messages_ready&lt;/SPAN&gt;&lt;SPAN&gt;:splitBy(queue):&lt;STRONG&gt;filter(suffix("Dimension","_error")&lt;/STRONG&gt;):max:sort(value(max,descending)):limit(20)&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Let me know in case if it still does not work for you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 09:52:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Wild-Card-or-REGEX-in-data-explorer-custom-event-alerting/m-p/215339#M3586</guid>
      <dc:creator>Adil_Saleem</dc:creator>
      <dc:date>2023-06-19T09:52:30Z</dc:date>
    </item>
  </channel>
</rss>

