<?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: Error deploying app-detection-rule using Monaco? in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/168959#M677</link>
    <description>&lt;P&gt;Hi @Chad I am using monaco so once I deploy the rule than every time i need to either remove the configuration from repository or need to add skip deployment tag&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 08:34:47 GMT</pubDate>
    <dc:creator>nakb</dc:creator>
    <dc:date>2021-07-09T08:34:47Z</dc:date>
    <item>
      <title>Error deploying app-detection-rule using Monaco?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/163874#M674</link>
      <description>&lt;P&gt;I am trying to deploy&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;app-detection-rule&lt;/STRONG&gt; configuration using Monaco via Azure DevOps pipeline, but getting below error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ERROR Deployment to Dev failed with error Failed to upsert DT object My Application (HTTP 400)!&lt;BR /&gt;Response was: {"error":{"code":400,"message":"Constraints violated.","constraintViolations":[{"path":"","message":"Given application detection rule duplicates rule 61a000cd-b4b2-49e1-6c000fa507fa","parameterLocation":"PAYLOAD_BODY","location":null}]}}, responsible config: Common/app-detection-rule/myrule.json&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should update the existing configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:27:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/163874#M674</guid>
      <dc:creator>nakb</dc:creator>
      <dc:date>2021-11-17T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying app-detection-rule using Monaco?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/167880#M675</link>
      <description>&lt;P&gt;it appears that you have duplicate rules. This happens if there is an application with the same rule present. For example, I have an application called "EasyTravel" that is defined as URL Begins with: Easytravel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I create another rule for a new application called EasyTravel1 and define it with&amp;nbsp;URL Begins with: Easytravel. it will error out as the values are the same and there is a conflict.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 21:52:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/167880#M675</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-06-17T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying app-detection-rule using Monaco?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/168959#M677</link>
      <description>&lt;P&gt;Hi @Chad I am using monaco so once I deploy the rule than every time i need to either remove the configuration from repository or need to add skip deployment tag&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 08:34:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/168959#M677</guid>
      <dc:creator>nakb</dc:creator>
      <dc:date>2021-07-09T08:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying app-detection-rule using Monaco?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/168962#M678</link>
      <description>&lt;P&gt;Please add the name entry to the JSON payload. Rules are matched based on the name property. It's working for me with monaco 1.5.3&lt;BR /&gt;&lt;BR /&gt;I use following templates with MoNaCo:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "name": "{{ .name }}",
    "applicationIdentifier": "{{ .applicationId }}",
    "filterConfig": {
        "applicationMatchTarget": "DOMAIN",
        "applicationMatchType": "MATCHES",
        "pattern": "{{ .domain }}"
    },
    "metadata": {
        "clusterVersion": "1.208.119.20210122-122432",
        "configurationVersions": [
            0
        ]
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 08:45:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/168962#M678</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2021-07-09T08:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error deploying app-detection-rule using Monaco?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/230704#M1454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use &lt;A title="Live chat function" href="https://docs.dynatrace.com/docs/shortlink/troubleshoot-chat-issues" target="_blank" rel="noopener"&gt;Live chat function&lt;/A&gt; when you are logged in your Dynatrace tenant.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 08:52:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Error-deploying-app-detection-rule-using-Monaco/m-p/230704#M1454</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-12-04T08:52:42Z</dc:date>
    </item>
  </channel>
</rss>

