<?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 Proxy turns third-party into calls to unmonitored host in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/170925#M18095</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I correct in assuming that when using a proxy to access a service on the internet, Dynatrace does not see a third-party call but a call to unmonitored host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And so you can not create a custom device or separate service? )-;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KR Henk&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 12:08:23 GMT</pubDate>
    <dc:creator>henk_stobbe</dc:creator>
    <dc:date>2023-06-15T12:08:23Z</dc:date>
    <item>
      <title>Proxy turns third-party into calls to unmonitored host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/170925#M18095</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I correct in assuming that when using a proxy to access a service on the internet, Dynatrace does not see a third-party call but a call to unmonitored host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And so you can not create a custom device or separate service? )-;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KR Henk&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 12:08:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/170925#M18095</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2023-06-15T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy turns third-party into calls to unmonitored host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/170945#M18096</link>
      <description>&lt;P&gt;Hi Henk,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It should be possible to create a separate service for calls to unmonitored hosts using the &lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/" target="_blank"&gt;Service detection API&lt;/A&gt;. Here is also a &lt;A href="https://www.dynatrace.com/news/blog/new-dynatrace-api-enhances-automatic-service-detection/#unmonitored" target="_blank"&gt;blog post&lt;/A&gt; with an example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sia&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 22:57:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/170945#M18096</guid>
      <dc:creator>sia_h</dc:creator>
      <dc:date>2021-08-18T22:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy turns third-party into calls to unmonitored host</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/171030#M18122</link>
      <description>&lt;P&gt;Hi Sia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry can only give you one Kudo, you are right!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI with custom device does not work, but the API works perfect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference the code so other people can save some time:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"type": "OPAQUE_AND_EXTERNAL_WEB_REQUEST",&lt;BR /&gt;"name": "&lt;STRONG&gt;&lt;EM&gt;Here the Name&lt;/EM&gt;&lt;/STRONG&gt;",&lt;BR /&gt;"description": "&lt;STRONG&gt;&lt;EM&gt;Some description&lt;/EM&gt;&lt;/STRONG&gt;",&lt;BR /&gt;"enabled": true,&lt;BR /&gt;"conditions":&lt;BR /&gt;[&lt;BR /&gt;{ "attributeType": "URL_HOST_NAME",&lt;BR /&gt;"compareOperations":&lt;BR /&gt;[&lt;BR /&gt;{&lt;BR /&gt;"type": "STRING_CONTAINS",&lt;BR /&gt;"ignoreCase": "false",&lt;BR /&gt;"values": ["&lt;STRONG&gt;&lt;EM&gt;Here the hostname from the URL&lt;/EM&gt;&lt;/STRONG&gt;"]&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"applicationId": {&lt;BR /&gt;"valueOverride": "&lt;STRONG&gt;&lt;EM&gt;The new service name&lt;/EM&gt;&lt;/STRONG&gt;"&lt;BR /&gt;},&lt;/P&gt;&lt;P&gt;"port": {&lt;BR /&gt;"doNotUseForServiceId": "true"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 15:23:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Proxy-turns-third-party-into-calls-to-unmonitored-host/m-p/171030#M18122</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2021-08-20T15:23:53Z</dc:date>
    </item>
  </channel>
</rss>

