<?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 Logs Not Being Ingested Due to F5 Distributed Cloud WAAP Intercepting OneAgent Communication in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Logs-Not-Being-Ingested-Due-to-F5-Distributed-Cloud-WAAP/ta-p/302352</link>
    <description>&lt;H2&gt;Summary&lt;/H2&gt;
&lt;P&gt;This article applies to &lt;STRONG&gt;Dynatrace OneAgent communication and Log Monitoring&lt;/STRONG&gt;. It helps troubleshoot situations where logs are delayed, intermittently ingested, or completely missing because OneAgent communication is being intercepted by an &lt;STRONG&gt;F5 Distributed Cloud WAAP (formerly Volterra)&lt;/STRONG&gt; deployment positioned in front of a Dynatrace Cluster.&lt;/P&gt;
&lt;P&gt;The article explains how to identify the issue using OneAgent logs and communication traces and how to work with network teams to restore normal log ingestion.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;P&gt;Customers may observe one or more of the following symptoms:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Logs stop appearing in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;Log ingestion becomes significantly delayed.&lt;/LI&gt;
&lt;LI&gt;Some hosts continue sending logs while others stop completely.&lt;/LI&gt;
&lt;LI&gt;OneAgent appears healthy.&lt;/LI&gt;
&lt;LI&gt;No Dynatrace-side ingestion errors are visible.&lt;/LI&gt;
&lt;LI&gt;File uploads or communication requests fail intermittently.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;OneAgent logs may contain messages similar to:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Did not expect to receive data on asynchronous channel - ignoring
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Could not parse response from server
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In affected environments, communication requests may appear successful because the HTTP request returns a valid status code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;HTTP/1.1 200 OK
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Despite the successful HTTP response, the response body is generated by an intermediary security device instead of the Dynatrace Cluster.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;Troubleshooting Steps&lt;/H2&gt;
&lt;H3&gt;Step 1: Review OneAgent Communication Logs&lt;/H3&gt;
&lt;P&gt;Search the OneAgent logs for:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Did not expect to receive data on asynchronous channel - ignoring
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This message indicates that OneAgent received a response body when it expected no response body.&lt;SPAN&gt;Responses containing data are unexpected and typically indicate traffic interception or modification.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Step 2: Check Communication Traces&lt;/H3&gt;
&lt;P&gt;Review the communication log immediately before the error.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;POST /communication HTTP/1.1
Host: &amp;lt;cluster-url&amp;gt;

HTTP/1.1 200 OK
server: volt-adc
content-length: 269
x-volterra-location: mb2-mum

Did not expect to receive data on asynchronous channel - ignoring
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The following response headers strongly indicate that traffic is traversing F5 Distributed Cloud infrastructure:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;server: volt-adc&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;x-volterra-location&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;These headers are not generated by Dynatrace.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H3&gt;Step 3: Look for Fixed-Length Responses&lt;/H3&gt;
&lt;P&gt;Another key indicator is the presence of a repeated response length:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;content-length: 269
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;During investigation, request sizes varied significantly while response sizes remained consistently 269 bytes.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;This behavior strongly suggests a proxy-generated response rather than a Dynatrace protocol response.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H3&gt;Step 4: Search for Parsing Failures&lt;/H3&gt;
&lt;P&gt;Search OneAgent logs for:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Could not parse response from server
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;FileUploadStream: Upload of zipped stream failed

Could not parse response from server:
269 bytes beginning with ...
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This indicates that OneAgent expected a Dynatrace protocol response but instead received HTML content.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Receiving HTML in response to Dynatrace cluster communication is a strong indicator that another system generated the response before it reached the Dynatrace backend.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;H3&gt;Step 5: Verify Reverse Proxy or WAAP Deployment&lt;/H3&gt;
&lt;P&gt;Work with the network or security team to determine whether any of the following components exist between OneAgent and the Dynatrace Cluster:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;F5 Distributed Cloud WAAP&lt;/LI&gt;
&lt;LI&gt;Volterra&lt;/LI&gt;
&lt;LI&gt;Web Application Firewall (WAF)&lt;/LI&gt;
&lt;LI&gt;Application Delivery Controller (ADC)&lt;/LI&gt;
&lt;LI&gt;DDoS protection platform&lt;/LI&gt;
&lt;LI&gt;API gateway or API protection solution&lt;/LI&gt;
&lt;LI&gt;Bot defense platform&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Particular attention should be given to products providing:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;DDoS protection&lt;/LI&gt;
&lt;LI&gt;Rate limiting&lt;/LI&gt;
&lt;LI&gt;Intrusion prevention&lt;/LI&gt;
&lt;LI&gt;Bot defense&lt;/LI&gt;
&lt;LI&gt;Request filtering&lt;/LI&gt;
&lt;LI&gt;Content inspection&lt;/LI&gt;
&lt;LI&gt;Traffic rewriting&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;Resolution&lt;/H2&gt;
&lt;P&gt;The root cause may be that an F5 Distributed Cloud WAAP deployment is intercepting OneAgent communication before it reaches the Dynatrace Cluster.&lt;/P&gt;
&lt;P&gt;During investigation, the following observations were made:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;OneAgent successfully established communication sessions.&lt;/LI&gt;
&lt;LI&gt;HTTP requests returned &lt;CODE&gt;200 OK&lt;/CODE&gt;.&lt;/LI&gt;
&lt;LI&gt;Responses contained Volterra-specific headers.&lt;/LI&gt;
&lt;LI&gt;Response bodies consistently measured 269 bytes.&lt;/LI&gt;
&lt;LI&gt;OneAgent received HTML instead of Dynatrace protocol responses.&lt;/LI&gt;
&lt;LI&gt;Communication uploads failed with parsing errors.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;OneAgent expects protocol-specific binary responses from Dynatrace. When a security device generates its own response instead, OneAgent cannot process the data and communication failures occur.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;To resolve the issue:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Review F5 Distributed Cloud WAAP policies.&lt;/LI&gt;
&lt;LI&gt;Allow Dynatrace OneAgent traffic to pass through without modification.&lt;/LI&gt;
&lt;LI&gt;Exclude Dynatrace communication endpoints from inspection when appropriate.&lt;/LI&gt;
&lt;LI&gt;Review rate-limiting, bot-defense, WAF, and API security controls.&lt;/LI&gt;
&lt;LI&gt;Verify that requests reach the Dynatrace Cluster directly.&lt;/LI&gt;
&lt;LI&gt;Confirm that communication errors disappear after the policy change.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;After appropriate exclusions or allowlisting are implemented, log ingestion should return to normal.&lt;/P&gt;
&lt;HR /&gt;
&lt;H2&gt;What's Next&lt;/H2&gt;
&lt;H3&gt;Opening a Support Ticket&lt;/H3&gt;
&lt;P&gt;If this article did not resolve the issue, please open a Dynatrace Support ticket and mention that you followed this article.&lt;/P&gt;
&lt;P&gt;Include the following information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;OneAgent support archive.&lt;/LI&gt;
&lt;LI&gt;Affected host names.&lt;/LI&gt;
&lt;LI&gt;OneAgent version.&lt;/LI&gt;
&lt;LI&gt;Dynatrace Cluster URL.&lt;/LI&gt;
&lt;LI&gt;Screenshots showing delayed or missing logs.&lt;/LI&gt;
&lt;LI&gt;Details of any reverse proxy, WAAP, WAF, ADC, API gateway, or load balancer positioned between OneAgent and the Dynatrace Cluster.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;Alternatives&lt;/H2&gt;
&lt;P&gt;If a reverse proxy is required in your environment:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Work with the security team to allowlist Dynatrace OneAgent communication.&lt;/LI&gt;
&lt;LI&gt;Review WAAP logs for dropped, rejected, or modified requests.&lt;/LI&gt;
&lt;LI&gt;Compare traffic from affected and unaffected hosts.&lt;/LI&gt;
&lt;LI&gt;Validate that the &lt;CODE&gt;/communication&lt;/CODE&gt; endpoint is not inspected or modified.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H2&gt;More Information&lt;/H2&gt;
&lt;P&gt;More troubleshooting articles can be found on the &lt;A title="Logs Troubleshooting Map - Community Home" href="https://community.dynatrace.com/t5/Troubleshooting/Logs-Troubleshooting-Map/ta-p/302260" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Logs Troubleshooting Map – Community Home&lt;/STRONG&gt;.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2026 14:16:11 GMT</pubDate>
    <dc:creator>nikitachauhan</dc:creator>
    <dc:date>2026-08-19T14:16:11Z</dc:date>
    <item>
      <title>Logs Not Being Ingested Due to F5 Distributed Cloud WAAP Intercepting OneAgent Communication</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Logs-Not-Being-Ingested-Due-to-F5-Distributed-Cloud-WAAP/ta-p/302352</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;H2&gt;Summary&lt;/H2&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;H2&gt;Problem&lt;/H2&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. Use anonymized screenshots, and include text for&amp;nbsp;important messages, errors, or information that will help the customer find this article when searching.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Troubleshooting steps&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted as necessary.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what troubleshooting steps should be taken to ensure the problem matches this article.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Resolution&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This section can be omitted for articles that guide customers on ticket creation.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain the solution or all possible solutions resulting from the troubleshooting steps.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H2&gt;What's next&lt;/H2&gt;
&lt;P&gt;&lt;EM&gt;*This is a mandatory section. Customers need a way to respond or follow up if they have questions.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Explain what to do if the article did not help.&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Note that there are multiple options available, including:&lt;/EM&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Opening a support ticket&lt;/STRONG&gt; - be as specific as possible about the information the customer should include in the ticket.&amp;nbsp;&lt;/EM&gt; If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:
&lt;UL&gt;
&lt;LI&gt;link to XYZ&lt;/LI&gt;
&lt;LI&gt;screenshot of XYZ&lt;/LI&gt;
&lt;LI&gt;information about XYZ&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Suggesting Product Idea&lt;/STRONG&gt; - encourage the customer to suggest/ vote for a Product Idea explaining their business use case.&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Explain this will change in the future&lt;/STRONG&gt; - explain that this behaviour will change in a future release. (No product idea / support ticket needed)&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Alternatives -&lt;/STRONG&gt;&amp;nbsp;any other actions or links to other articles that could move the customer forward.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;*If it exists, link this article to the relevant troubleshooting map using the following guideline&lt;/EM&gt;&lt;/P&gt;
&lt;H3&gt;More articles can be found on the &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/" target="_self"&gt;XXX Troubleshooting Map&lt;/A&gt;&lt;/H3&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Aug 2026 14:16:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Logs-Not-Being-Ingested-Due-to-F5-Distributed-Cloud-WAAP/ta-p/302352</guid>
      <dc:creator>nikitachauhan</dc:creator>
      <dc:date>2026-08-19T14:16:11Z</dc:date>
    </item>
  </channel>
</rss>

