<?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>article Troubleshooting: Logs Not Arriving from ActiveGate Extensions - Log Persistence Full in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Logs-Not-Arriving-from-ActiveGate-Extensions-Log/ta-p/298979</link>
    <description>&lt;H2 id="heading-overview"&gt;Overview&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-overview" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;This article describes a scenario where log ingestion is silently rejected by the Extension Execution Controller (EEC) on an ActiveGate host due to the log persistence storage being full. Logs will not appear in Dynatrace even though the monitored sources appear healthy.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2 class="text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold"&gt;When can this problem be observed?&lt;/H2&gt;
&lt;P class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;This problem typically surfaces in the following situations:&lt;/P&gt;
&lt;UL class="[li_&amp;amp;]:mb-0 [li_&amp;amp;]:mt-1 [li_&amp;amp;]:gap-1 [&amp;amp;:not(:last-child)_ul]:pb-1 [&amp;amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3"&gt;
&lt;LI class="font-claude-response-body whitespace-normal break-words pl-2"&gt;&lt;STRONG&gt;High log ingest volume&lt;/STRONG&gt;&amp;nbsp;- a large number of extensions or monitored sources are sending logs through a single ActiveGate, causing persistence to fill faster than it can be flushed to the cluster.&lt;/LI&gt;
&lt;LI class="font-claude-response-body whitespace-normal break-words pl-2"&gt;&lt;STRONG&gt;Prolonged connectivity issues&lt;/STRONG&gt;&amp;nbsp;- if the ActiveGate cannot reach the Dynatrace cluster for an extended period, buffered log data accumulates in persistence until it reaches the configured limit.&lt;/LI&gt;
&lt;LI class="font-claude-response-body whitespace-normal break-words pl-2"&gt;&lt;STRONG&gt;After onboarding new log sources&lt;/STRONG&gt; - adding new extensions or increasing log verbosity on existing ones can push an otherwise healthy ActiveGate over the persistence threshold.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="heading-symptoms"&gt;Symptoms&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-symptoms" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;The following indicators point to this issue:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Metrics&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;dsfm:extension.engine.logs_ingest.records_rejected&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;shows a non-zero and/or increasing count of rejected log records.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;dsfm:extension.engine.eec_status&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;split by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dt.extension.status&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;shows the value&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LOG_PERSISTENCE_FULL&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Datasource logs&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The following message may appear in the extension or datasource logs on the ActiveGate host:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Log persistence full, rejecting logs
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;
&lt;H2 id="heading-root-cause"&gt;Root Cause&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-root-cause" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;The EEC uses a local disk-based persistence mechanism (the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;reliability mechanism&lt;/EM&gt;) to buffer log data. This ensures that logs collected from monitored sources are not lost in the event of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Temporary network issues between the ActiveGate and the Dynatrace cluster&lt;/LI&gt;
&lt;LI&gt;ActiveGate or OneAgent restarts&lt;/LI&gt;
&lt;LI&gt;Transient data ingest overloads&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When the persistence reaches its storage limit, the EEC can no longer accept new log records and begins rejecting them. This results in log data gaps in Dynatrace.&lt;/P&gt;
&lt;P&gt;The persistence is located at:&lt;/P&gt;
&lt;DIV class="s-table-container"&gt;
&lt;TABLE class="s-table"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;OS&lt;/TH&gt;
&lt;TH&gt;Path&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Windows&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;%PROGRAMDATA%\dynatrace\remotepluginmodule\agent\runtime\extensions\persistence&lt;/CODE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Linux&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;/var/lib/dynatrace/remotepluginmodule/agent/runtime/extensions/persistence&lt;/CODE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;By default, this directory is capped at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;600 MB&lt;/STRONG&gt;. The full reliability mechanism also requires an additional buffer of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;1.5GB&lt;/STRONG&gt;, meaning a minimum of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2100 MB of total free disk space&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is required on the host at default settings.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2 id="heading-resolution"&gt;Resolution&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-resolution" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;There are two approaches to resolving this issue. Choose the one that best fits your environment.&lt;/P&gt;
&lt;H3 id="heading-option-1-increase-the-persistence-size-limit-recommended"&gt;Option 1: Increase the persistence size limit (Recommended)&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-option-1-increase-the-persistence-size-limit-recommended" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H3&gt;
&lt;P&gt;If the host has sufficient free disk space, increase the maximum persistence volume by editing the EEC configuration file.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Configuration file location:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="s-table-container"&gt;
&lt;TABLE class="s-table"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;OS&lt;/TH&gt;
&lt;TH&gt;Path&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Windows&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;C:\ProgramData\dynatrace\remotepluginmodule\agent\conf\extensionsuser.conf&lt;/CODE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Linux&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;CODE&gt;/var/lib/dynatrace/remotepluginmodule/agent/conf/extensionsuser.conf&lt;/CODE&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;Add or update the following property (value is in kilobytes):&lt;/P&gt;
&lt;PRE class="lang-ini s-code-block"&gt;&lt;CODE class="hljs language-ini" data-highlighted="yes"&gt;&lt;SPAN class="hljs-attr"&gt;persistence.total_limit_kb&lt;/SPAN&gt; = &lt;SPAN class="hljs-number"&gt;614400&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The default value is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;614400&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(600 MB). Increase it to a value your disk can support. Remember to account for the required buffer of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;1.5GB&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on top of whatever limit you set.&lt;/P&gt;
&lt;P&gt;After editing the file, restart the ActiveGate service for the change to take effect.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Before increasing the limit, verify that the host has enough free disk space. The minimum requirement is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;persistence.total_limit_kb&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;+&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;1.5GB&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of total free space.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H3 id="heading-option-2-disable-reliable-mode-use-with-caution"&gt;Option 2: Disable reliable mode (Use with caution)&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-option-2-disable-reliable-mode-use-with-caution" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H3&gt;
&lt;P&gt;If disk space cannot be increased on the host, you can disable the reliability mechanism entirely. In this mode, log data is transmitted directly without being persisted locally, meaning logs&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;will be lost&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if there is a communication failure between the ActiveGate and the cluster.&lt;/P&gt;
&lt;P&gt;In the same&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;extensionsuser.conf&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file, set:&lt;/P&gt;
&lt;PRE class="lang-ini s-code-block"&gt;&lt;CODE class="hljs language-ini" data-highlighted="yes"&gt;&lt;SPAN class="hljs-attr"&gt;persistence.reliable_mode&lt;/SPAN&gt; = &lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Warning:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Setting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;persistence.reliable_mode = false&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;means that logs will&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;be stored locally during ActiveGate restarts, network disruptions, or ingest overloads. This can result in permanent log data loss. Use this setting only as a temporary workaround or in environments where occasional log gaps are acceptable.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Restart the ActiveGate service after making this change.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2 id="heading-verification"&gt;Verification&lt;A class="ws-nowrap" href="https://dynatrace.stackenterprise.co/articles/23664#heading-verification" target="_blank" rel="noopener"&gt;​&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;After applying the fix, confirm the issue is resolved by checking:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The metric&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dsfm:extension.engine.logs_ingest.records_rejected&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should drop to zero or stop increasing.&lt;/LI&gt;
&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dsfm:extension.engine.eec_status&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dimension&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dt.extension.status&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;should no longer show&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;LOG_PERSISTENCE_FULL&lt;/CODE&gt;.&lt;/LI&gt;
&lt;LI&gt;Log ingestion should resume and new log records should appear in Dynatrace Log Viewer.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;What's next&lt;/H2&gt;
&lt;P&gt;If this article didn't help, please open a support ticket, mention that this article was used, and provide the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Link to the tenant&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;A description of the problem&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:450,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-aria-level="1" data-aria-posinset="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-listid="23" data-font="Symbol" data-leveltext="" aria-setsize="-1"&gt;&lt;SPAN data-contrast="none"&gt;A list of troubleshooting steps that have been performed&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:450,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-aria-level="1" data-aria-posinset="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-listid="23" data-font="Symbol" data-leveltext="" aria-setsize="-1"&gt;&lt;SPAN data-contrast="none"&gt;Logs from the ActiveGate or OneAgent - support_archive.zip (&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/How-to-collect-a-Support-Archive/ta-p/252022" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;How to collect a Support Archive&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;)&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:450,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 Jun 2026 11:42:34 GMT</pubDate>
    <dc:creator>Czapran_Patryk</dc:creator>
    <dc:date>2026-06-02T11:42:34Z</dc:date>
    <item>
      <title>Troubleshooting: Logs Not Arriving from ActiveGate Extensions - Log Persistence Full</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Logs-Not-Arriving-from-ActiveGate-Extensions-Log/ta-p/298979</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;*&lt;EM&gt;Use a table of contents for longer articles.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Short description of which part of the Dynatrace platform the article refers to and what kind of problem it will help resolve / task it will describe.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Provide a precise description of the problem / task to be described.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;Resolution&lt;/H1&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted for ticket‑creation articles.&lt;/EM&gt;&lt;/P&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section.&lt;/EM&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Jun 2026 11:42:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Logs-Not-Arriving-from-ActiveGate-Extensions-Log/ta-p/298979</guid>
      <dc:creator>Czapran_Patryk</dc:creator>
      <dc:date>2026-06-02T11:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting: Logs Not Arriving - Log Persistence Full</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Logs-Not-Arriving-from-ActiveGate-Extensions-Log/tac-p/300168#M1123</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@9BD876A77FEF3D5EF4BC972CF8A97CB1/images/emoticons/take_my_money.png" alt=":take_my_money:" title=":take_my_money:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 06:54:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Troubleshooting-Logs-Not-Arriving-from-ActiveGate-Extensions-Log/tac-p/300168#M1123</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-06-02T06:54:05Z</dc:date>
    </item>
  </channel>
</rss>

