<?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: Enabling extensions module for ActiveGate on Openshift for Confluent Kafka in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228718#M3624</link>
    <description>&lt;P&gt;I see, so this means that I will need to extend the dynatrace agent monitoring hosting elsewhere like on an AWS EC2 running linux instead of on Openshift. Thanks for the help.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 03:00:49 GMT</pubDate>
    <dc:creator>iqwertyier</dc:creator>
    <dc:date>2023-11-15T03:00:49Z</dc:date>
    <item>
      <title>Enabling extensions module for ActiveGate on Openshift for Confluent Kafka</title>
      <link>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228594#M3617</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I'm working with the trial version of Dynatrace installed on an enterprise OpenShift cluster purposed for PoCs and trying to get the confluent Kafka extension working. I've installed Dynatrace OneAgent/ActiveGate via the "Deploy Dynatrace" menu and following the steps there. Then I've installed Confluent Kafka extension via the Dynatrace Hub &lt;A href="https://www.dynatrace.com/hub/detail/confluent-cloud-kafka/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/detail/confluent-cloud-kafka/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The base error displayed when entering the error log for my monitoring configuration the Confluent Kafka Monitoring is:&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;
&lt;LI-CODE lang="markup"&gt;Failed to assign monitoring configuration to ActiveGate. Reason: The monitoring configuration requires ActiveGate version 1.256.0 or later that supports data source prometheus and belongs to group "openshift"&lt;/LI-CODE&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;
&lt;P&gt;However, I've confirmed that my installation of ActiveGate is above this version. Some searching online has led me to believe that the reason for this is that I don't have extensions 1.0 &amp;amp; extensions 2.0 module enabled for my ActiveGate, which appears to be the case as it doesn't appear on the list.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iqwertyier_0-1699943165372.png" style="width: 569px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15500iCD4EBE72E40D74C0/image-dimensions/569x212?v=v2" width="569" height="212" role="button" title="iqwertyier_0-1699943165372.png" alt="iqwertyier_0-1699943165372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From here, I've tried editing the configuration directly on the OpenShift pod generated from the auto-configured StatelessSet, referencing the instructions here:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/dynatrace-activegate/configuration/configure-activegate" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/setup-and-configuration/dynatrace-activegate/configuration/configure-activegate&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I had to use the following to edit custom.properties as oc isn't available on the pod.&amp;nbsp;&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;
&lt;LI-CODE lang="markup"&gt;cat &amp;gt; [file]
    [rpm]
    rpm_enabled = true

    [extension_controller]
    extension_controller_enabled = true
    extension_controller_use_memory_protection_for_fast_check_enabled = true
    extension_controller_fast_check_messages_limit_enabled = true
ctrl+d&lt;/LI-CODE&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;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iqwertyier_1-1699943336008.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15501i3EB3382250D27A77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="iqwertyier_1-1699943336008.png" alt="iqwertyier_1-1699943336008.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, upon restarting the pod, I've found that my configuration is overwritten despite the instructions suggesting otherwise. This seems to be because the Mounted Volumes aren't persistent and always reloaded from my base image for the auto-generated StatelessSet.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="iqwertyier_2-1699943644531.png" style="width: 461px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15502i6083B1CA2F614C98/image-dimensions/461x429?v=v2" width="461" height="429" role="button" title="iqwertyier_2-1699943644531.png" alt="iqwertyier_2-1699943644531.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Additionally, I've tried restarting the service manually by terminating the service process and allowing it to restart, but the same error is displayed. systemctl command also isn't available on the pod, for reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a feeling that I could be missing something as fundamental as a simple toggle in the settings, but I haven't found anything pointing me in that direction yet. Any suggestions on how to troubleshoot this issue would be much appreciated.&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 09:20:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228594#M3617</guid>
      <dc:creator>iqwertyier</dc:creator>
      <dc:date>2023-12-15T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling extensions module for ActiveGate on Openshift for Confluent Kafka</title>
      <link>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228600#M3618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/68821"&gt;@iqwertyier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to run Extensions 1.0 and 2.0 you need an AG running on a Windows or Linux host (s390 host-based and containerised deployment are not supported)&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/activegate-capabilities#functional_tbl" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/activegate-capabilities#functional_tbl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Zrzut ekranu 2023-11-14 o 08.51.03.png" style="width: 200px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15503iA5EE6EF4F42C76F5/image-size/small?v=v2&amp;amp;px=200" role="button" title="Zrzut ekranu 2023-11-14 o 08.51.03.png" alt="Zrzut ekranu 2023-11-14 o 08.51.03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 07:51:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228600#M3618</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-11-14T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling extensions module for ActiveGate on Openshift for Confluent Kafka</title>
      <link>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228718#M3624</link>
      <description>&lt;P&gt;I see, so this means that I will need to extend the dynatrace agent monitoring hosting elsewhere like on an AWS EC2 running linux instead of on Openshift. Thanks for the help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 03:00:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Enabling-extensions-module-for-ActiveGate-on-Openshift-for/m-p/228718#M3624</guid>
      <dc:creator>iqwertyier</dc:creator>
      <dc:date>2023-11-15T03:00:49Z</dc:date>
    </item>
  </channel>
</rss>

