on 19 Aug 2026 03:16 PM
This article applies to Dynatrace OneAgent communication and Log Monitoring. It helps troubleshoot situations where logs are delayed, intermittently ingested, or completely missing because OneAgent communication is being intercepted by an F5 Distributed Cloud WAAP (formerly Volterra) deployment positioned in front of a Dynatrace Cluster.
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.
Customers may observe one or more of the following symptoms:
OneAgent logs may contain messages similar to:
Did not expect to receive data on asynchronous channel - ignoring
or
Could not parse response from server
In affected environments, communication requests may appear successful because the HTTP request returns a valid status code:
HTTP/1.1 200 OK
Despite the successful HTTP response, the response body is generated by an intermediary security device instead of the Dynatrace Cluster.
Search the OneAgent logs for:
Did not expect to receive data on asynchronous channel - ignoring
This message indicates that OneAgent received a response body when it expected no response body.Responses containing data are unexpected and typically indicate traffic interception or modification.
Review the communication log immediately before the error.
Example:
POST /communication HTTP/1.1
Host: <cluster-url>
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
The following response headers strongly indicate that traffic is traversing F5 Distributed Cloud infrastructure:
server: volt-adcx-volterra-locationThese headers are not generated by Dynatrace.
Another key indicator is the presence of a repeated response length:
content-length: 269
During investigation, request sizes varied significantly while response sizes remained consistently 269 bytes.
This behavior strongly suggests a proxy-generated response rather than a Dynatrace protocol response.
Search OneAgent logs for:
Could not parse response from server
Example:
FileUploadStream: Upload of zipped stream failed
Could not parse response from server:
269 bytes beginning with ...
This indicates that OneAgent expected a Dynatrace protocol response but instead received HTML content.
Receiving HTML in response to Dynatrace cluster communication is a strong indicator that another system generated the response before it reached the Dynatrace backend.
Work with the network or security team to determine whether any of the following components exist between OneAgent and the Dynatrace Cluster:
Particular attention should be given to products providing:
The root cause may be that an F5 Distributed Cloud WAAP deployment is intercepting OneAgent communication before it reaches the Dynatrace Cluster.
During investigation, the following observations were made:
200 OK.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.
To resolve the issue:
After appropriate exclusions or allowlisting are implemented, log ingestion should return to normal.
If this article did not resolve the issue, please open a Dynatrace Support ticket and mention that you followed this article.
Include the following information:
If a reverse proxy is required in your environment:
/communication endpoint is not inspected or modified.More troubleshooting articles can be found on the Logs Troubleshooting Map – Community Home.