<?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: Tagging rules based on HTTP request headers in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237560#M31164</link>
    <description>&lt;P&gt;It is possible also do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create the mentioned Request Attribute based on HTTP request header&lt;/LI&gt;&lt;LI&gt;Set up a request naming rule that adds that RA as request name suffix and then mark resulting requests as key request&lt;/LI&gt;&lt;LI&gt;Tag those requests (service methods) by using api/v2/tags. You'll tag all requests ending with a specific suffix, with that suffix.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This requires you know in advance the possible values of that HTTP header though.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;&amp;nbsp;what do you think?&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 16:29:45 GMT</pubDate>
    <dc:creator>paolo_fumanelli</dc:creator>
    <dc:date>2024-02-20T16:29:45Z</dc:date>
    <item>
      <title>Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237357#M31124</link>
      <description>&lt;P&gt;I am monitoring HTTP traffic to web applications and would like to create an automatic tagging rule that would assign a tag when a specific HTTP request header is present in the request.&amp;nbsp; Ideally the value associated with the request header would be used as the value of the tag.&amp;nbsp; I looked into the automatic tagging rules in Settings but I wasn't able to put together anything that used the request header.&amp;nbsp; Is it possible? how?&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp; &amp;nbsp; JT&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 09:15:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237357#M31124</guid>
      <dc:creator>JT</dc:creator>
      <dc:date>2024-02-19T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237361#M31125</link>
      <description>&lt;P&gt;So this cant be done as a tag, but you can accomplish it via a Request Attribute. This RA will then only be applicable at the request level. You can however extend it past that by adding it to user sessions as a string property and even filter on your services based off the RA value. But Tags in the sense of Manual and Automatic tags, thats not going to work out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 19:41:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237361#M31125</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-02-16T19:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237363#M31126</link>
      <description>&lt;P&gt;Excellent suggestion.&amp;nbsp; I'll set that up right now.&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;JT&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 19:54:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237363#M31126</guid>
      <dc:creator>JT</dc:creator>
      <dc:date>2024-02-16T19:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237560#M31164</link>
      <description>&lt;P&gt;It is possible also do the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create the mentioned Request Attribute based on HTTP request header&lt;/LI&gt;&lt;LI&gt;Set up a request naming rule that adds that RA as request name suffix and then mark resulting requests as key request&lt;/LI&gt;&lt;LI&gt;Tag those requests (service methods) by using api/v2/tags. You'll tag all requests ending with a specific suffix, with that suffix.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This requires you know in advance the possible values of that HTTP header though.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;&amp;nbsp;what do you think?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 16:29:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237560#M31164</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2024-02-20T16:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237584#M31175</link>
      <description>&lt;P&gt;steps 2 and 3 you could do, but you'd also be alerting the name of the services that staff might already be familiar with. If you made the RA, you can already filter on the RA Value in many of the charts, if you wan to trickle them back to the host you could also do this via entity selection with relationship variables. It all depends on how deep into the weeds you want to go.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 18:49:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237584#M31175</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2024-02-20T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging rules based on HTTP request headers</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237633#M31181</link>
      <description>&lt;P&gt;Sure, right point. Only in data explorer you can't, if I'm not wrong you can filter by RA presence, not value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your pov.&lt;/P&gt;&lt;P&gt;Bye!&lt;BR /&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 08:25:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Tagging-rules-based-on-HTTP-request-headers/m-p/237633#M31181</guid>
      <dc:creator>paolo_fumanelli</dc:creator>
      <dc:date>2024-02-21T08:25:00Z</dc:date>
    </item>
  </channel>
</rss>

