<?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: create clean URL rule in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120998#M13361</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/4135/view.html" nodeid="4135"&gt;@Istvan S.&lt;/A&gt; those URLs you have are familiar to me (geapi for example), so I know what you want to achieve. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You need to define global request naming rules and that's at the moment available only via Configuration API. Documentation is here:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/request-naming-api/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/request-naming-api/&lt;/A&gt;&lt;BR /&gt;It looks difficult at the first look, but in fact, it is not. It just requires some Dynatrace skills.&lt;BR /&gt;Be sure to leverage tags to narrow the scope of your rule only to services where this is required.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 13:00:05 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2021-01-26T13:00:05Z</dc:date>
    <item>
      <title>create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120993#M13356</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with creating clean URL rules?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I want to do these URLs conversions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/v1/OrderRESTService/api/my/orders/payments/receiver/2323232323232323232323232 -&amp;gt; /v1/OrderRESTService/api/my/orders/payments/receiver/[ACCOUNTNO]&lt;/P&gt;&lt;P&gt;/v1/CardRESTService/api/my/cards/3333333344445566 -&amp;gt; /v1/CardRESTService/api/my/cards/[CARDID]&lt;/P&gt;&lt;P&gt;/v1/OrderRESTService/api/my/orders/payments/12345/sign/P-12345-9af8cfad -&amp;gt; /v1/OrderRESTService/api/my/orders/payments/[TRANSACTIONID]/sign/[SIGNID]&lt;/P&gt;&lt;P&gt;/v1/BackendProxyServlet/proxy/geapi/my/accounts/q5d8dq43-92ec-384e-96bb-67n60uu9ik56-123421239064233 -&amp;gt; /v1/BackendProxyServlet/proxy/geapi/my/accounts/[ACCOUNTID]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For the first I've created with this regular expression: \/v1\/OrderRESTService\/api\/my\/orders\/payments\/receiver\/([0-9]+)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I can't see how can I replace the account numbers to [ACCOUNTNO]&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:52:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120993#M13356</guid>
      <dc:creator>istvan_safranek</dc:creator>
      <dc:date>2021-01-25T16:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120994#M13357</link>
      <description>&lt;P&gt;Have you tried this? You can also look into masking data as well. Id recommend reaching out to chat support on setting these up as they might be a bit complex. &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28051-1611595050489.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 17:17:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120994#M13357</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-01-25T17:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120995#M13358</link>
      <description>&lt;P&gt;Thank you. I will use this resource url cleanup rules.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 18:00:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120995#M13358</guid>
      <dc:creator>istvan_safranek</dc:creator>
      <dc:date>2021-01-25T18:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120996#M13359</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/36422/view.html" nodeid="36422"&gt;@Chad T.&lt;/A&gt; I believe &lt;A rel="user" href="https://answers.dynatrace.com/users/4135/view.html" nodeid="4135"&gt;@Istvan S.&lt;/A&gt; needs that on the service level, not on the web/mobile monitoring. These should apply only real user monitoring. Unfortunately for the service requests, it's only possible clean parts of URLs, not replace that. Only request naming rules are usable for the purpose.&lt;/P&gt;&lt;P&gt;If this is needed across services, it's good to use global request naming rules for that.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 07:45:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120996#M13359</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-26T07:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120997#M13360</link>
      <description>&lt;P&gt;Yes I need this masking on the service level, just like the masking of the UUIDs, IP addresses and IBANS. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Where can I found the global request naming rules?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 12:32:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120997#M13360</guid>
      <dc:creator>istvan_safranek</dc:creator>
      <dc:date>2021-01-26T12:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120998#M13361</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/4135/view.html" nodeid="4135"&gt;@Istvan S.&lt;/A&gt; those URLs you have are familiar to me (geapi for example), so I know what you want to achieve. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;You need to define global request naming rules and that's at the moment available only via Configuration API. Documentation is here:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/request-naming-api/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/request-naming-api/&lt;/A&gt;&lt;BR /&gt;It looks difficult at the first look, but in fact, it is not. It just requires some Dynatrace skills.&lt;BR /&gt;Be sure to leverage tags to narrow the scope of your rule only to services where this is required.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 13:00:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120998#M13361</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-01-26T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: create clean URL rule</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120999#M13362</link>
      <description>&lt;P&gt;Thank you. Well, I'm new to dynatrace and it would be nice, if you can show me an example for masking certain section of a request.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 16:37:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/create-clean-URL-rule/m-p/120999#M13362</guid>
      <dc:creator>istvan_safranek</dc:creator>
      <dc:date>2021-01-26T16:37:38Z</dc:date>
    </item>
  </channel>
</rss>

