<?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: Issue with custom extension creator in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267380#M5825</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;, thank you for all the useful links. That gave me hint to resolve above mentioned issue.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extensions20/eec-custom-configuration#:~:text=For%20systems%20with%20systemd" target="_self"&gt;Restarting EEC&lt;/A&gt; (Extension execution controller) did work for me.&lt;BR /&gt;I'm using the same AG which were earlier used for another extension.&amp;nbsp;Restarting EEC might have cleared the cache on AG, and it started working.&lt;BR /&gt;Regards,&lt;BR /&gt;AK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 12:42:43 GMT</pubDate>
    <dc:creator>AK</dc:creator>
    <dc:date>2025-01-14T12:42:43Z</dc:date>
    <item>
      <title>Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267287#M5808</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I have created extension using custom extension creator for getting result of queries and configure alert out of it.&lt;/P&gt;&lt;P&gt;Extension is created and deployed successfully however, it is throwing an error,&lt;/P&gt;&lt;PRE&gt;Failed to assign monitoring configuration to ActiveGate. Reason: Cannot extract extension from /var/lib/dynatrace/remotepluginmodule/agent/runtime/extensions/download/custom_temp-extension: checking signature failed&lt;/PRE&gt;&lt;P&gt;Steps followed are,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install dt-cli&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Generate CA cert using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;dt extension genca --no-ca-passphrase&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Generate developer.pem using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;dt extension generate-developer-pem -o developer.pem --ca-crt ca.pem --ca-key ca.key --name 'JDoe'&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Copy ca.pem to&amp;nbsp;/var/lib/dynatrace/remotepluginmodule/agent/conf/certificates on ActiveGate server&lt;/LI&gt;&lt;LI&gt;Restart the ActiveGate&lt;/LI&gt;&lt;LI&gt;Add ca.pem to credential vault as public certificate (two options are present, certificate and public certificate)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I went through the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Extensions/The-extension-is-not-downloaded-to-ActiveGate/m-p/210952" target="_self"&gt;community thread&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but this extension was created using VScode and certificate exported via Visual studio (I used python to export the required certificates)&lt;/P&gt;&lt;P&gt;Is there any step I'm missing here? Please guide.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;AK&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 17:51:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267287#M5808</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2025-01-13T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267319#M5811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing such case, I'd suggest checking the following points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Ensure that the Dynatrace ActiveGate process has the necessary read/write permissions on the &lt;/SPAN&gt;/var/lib/dynatrace/remotepluginmodule/agent/runtime/extensions&lt;SPAN&gt; directory and its contents.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Ensure that the extension is compatible with ActiveGate version, so kindly u&lt;/SPAN&gt;&lt;SPAN&gt;pdate the extension and ActiveGate to the latest supported versions.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Clear cached extension: through removing any potentially corrupted extension files in case you're suspecting specific files in the &lt;/SPAN&gt;extensions&amp;nbsp;&lt;SPAN&gt;directory and attempt to reassign the monitoring configuration. You can achieve this through:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;rm -rf /var/lib/dynatrace/remotepluginmodule/agent/runtime/extensions/download/&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Then reapply the configuration.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Regarding the extension signature: ensure it is signed correctly and that the signature is accepted by Dynatrace.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Checking and reviewing AG log contents regarding the highlighted error.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If you're using AG group, it's preferred to ensure the extension is uploaded to the same directory on both AGs.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Hoping it helps.&lt;BR /&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 23:04:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267319#M5811</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2025-01-13T23:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267320#M5812</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA resources for further help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/troubleshooting-active-extension" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/troubleshooting-active-extension&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 23:07:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267320#M5812</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2025-01-13T23:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267321#M5813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also PFA resources:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/extensions-security" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/extensions-security&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Ensure EEC is enabled and activated properly on the target AGs :&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/eec-custom-configuration" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/eec-custom-configuration&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/activegate-extensions-tutorial" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/activegate-extensions-tutorial&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/sign-extension" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/sign-extension&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 23:16:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267321#M5813</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2025-01-13T23:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267346#M5817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Did you sign the extension before uploading to your tenant?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Elena.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 09:06:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267346#M5817</guid>
      <dc:creator>erh_inetum</dc:creator>
      <dc:date>2025-01-14T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267377#M5824</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40722"&gt;@erh_inetum&lt;/a&gt;, thank you for the response.&lt;BR /&gt;I'm using feature 'custom extension creator'. Which I think, doesn't require to upload the extension to tenant. Post generating developer.pem and adding ca.pem to cred vault and ActiveGate, we just have to deploy it from the extension creator page itself and it will start showing under hub page as self authored extension.&lt;BR /&gt;Adding screenshot below for information.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK_2-1736858107730.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/25709i0614EE51C5227156/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AK_2-1736858107730.png" alt="AK_2-1736858107730.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;AK&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 12:35:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267377#M5824</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2025-01-14T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267380#M5825</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;, thank you for all the useful links. That gave me hint to resolve above mentioned issue.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extensions20/eec-custom-configuration#:~:text=For%20systems%20with%20systemd" target="_self"&gt;Restarting EEC&lt;/A&gt; (Extension execution controller) did work for me.&lt;BR /&gt;I'm using the same AG which were earlier used for another extension.&amp;nbsp;Restarting EEC might have cleared the cache on AG, and it started working.&lt;BR /&gt;Regards,&lt;BR /&gt;AK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 12:42:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267380#M5825</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2025-01-14T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom extension creator</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267871#M5849</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's my pleasure to contribute together till getting the raised concern sorted, Dynatrace documentation is a crucial pillar in troubleshooting activities.&lt;/P&gt;&lt;P&gt;EEC is playing a critical role specially in extensions.&lt;/P&gt;&lt;P&gt;Thanks for sharing the status update as well.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 08:43:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-with-custom-extension-creator/m-p/267871#M5849</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2025-01-20T08:43:12Z</dc:date>
    </item>
  </channel>
</rss>

