"Received invalid json from the Azure Cloud platform" error using the Native Azure Integration #5880
Labels
bug
Something isn't working, use only for issues
Integration:azure
Azure Logs
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team [elastic/obs-ds-hosted-services]
We are trying to ingest the Azure Function App logs using the Native Azure Integration.
The Elastic deployment is receiving the logs, but they all contain errors: the original JSON documents seem invalid.
Here's an example:
The document seems mostly fine, but the
properties
field contains an invalid JSON literal — it uses a single quote instead of double quotes.We tried to send the same log category to an event hub, and the result is the same: the
property
field contains a single-quoted JSON object. So something is coming from the upstream service.Here's how to reproduce the issue using the Dev Tools and the latest version of the integration:
The text was updated successfully, but these errors were encountered: