<?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: Auto Tag Rule but Modify the Value and Apply the Result in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214321#M26697</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;, yes,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/32618"&gt;@tibebe_m_digafe&lt;/a&gt;&amp;nbsp;was able to confirm it to me with his example.&lt;/P&gt;&lt;P&gt;Thank you both, appreciate it&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jun 2023 12:10:44 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2023-06-07T12:10:44Z</dc:date>
    <item>
      <title>Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/212959#M26459</link>
      <description>&lt;P&gt;Hey everyone, I'm wondering if it is possible to create an auto tagging rule but apply some logic to it to remove some characters and insert a space, then use the result of that for the tag value. My example is below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;original value:&lt;BR /&gt;&lt;SPAN&gt;SERVERENV (via: server)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what i'm hoping to get:&lt;BR /&gt;&lt;SPAN&gt;SERVER ENV&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;OR i will accept:&lt;BR /&gt;SERVER\ENV&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 21:06:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/212959#M26459</guid>
      <dc:creator>sivart_89</dc:creator>
      <dc:date>2023-05-23T21:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/213024#M26484</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What you could do for value is limited to a few &lt;STRONG&gt;predefined "properties"&lt;/STRONG&gt; you can regex on .. or a static value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ProcessGroup:KubernetesNamespace/([^-].+?-.+?)-}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the kind of functionality you are asking for with additional enhancements would be a very useful feature.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 13:01:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/213024#M26484</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2023-05-24T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/213073#M26489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/32618"&gt;@tibebe_m_digafe&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Do you know if that can be applied to tags as &lt;A title="service naming rules" href="https://www.dynatrace.com/support/help/shortlink/custom-service-names#service-name-format" target="_blank" rel="noopener"&gt;service naming rules&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 17:51:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/213073#M26489</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-05-24T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214236#M26662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2427"&gt;@anton&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understood your question, the example I provided earlier was for auto-tagging.&amp;nbsp;&lt;/P&gt;&lt;P&gt;it will extract the first 2 "words" from k8s namespace (name uses "-" separator)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xyz-123-crf-456&lt;/STRONG&gt; =&amp;gt;&amp;nbsp;&lt;STRONG&gt;xyz-123&lt;/STRONG&gt; (this is then assigned as value for the tag).&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="tibebe_m_digafe_0-1686085631801.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/12108i2DABE262BEFC6B89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tibebe_m_digafe_0-1686085631801.png" alt="tibebe_m_digafe_0-1686085631801.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 21:08:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214236#M26662</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2023-06-06T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214241#M26665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I was talking about that. That regex can be applied in more placeholders.&lt;/P&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 22:18:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214241#M26665</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-06-06T22:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214315#M26693</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;yes, you can apply it at the naming level, You can also add in strings with regex, Example, you could parse out the first part of the Services String and add in part of the Host Group Name for a Result of "EzTravel Check out - Front End"&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 12:04:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214315#M26693</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-06-07T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Tag Rule but Modify the Value and Apply the Result</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214321#M26697</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;, yes,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/32618"&gt;@tibebe_m_digafe&lt;/a&gt;&amp;nbsp;was able to confirm it to me with his example.&lt;/P&gt;&lt;P&gt;Thank you both, appreciate it&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 12:10:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Auto-Tag-Rule-but-Modify-the-Value-and-Apply-the-Result/m-p/214321#M26697</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-06-07T12:10:44Z</dc:date>
    </item>
  </channel>
</rss>

