-
Notifications
You must be signed in to change notification settings - Fork 308
The OMS agent is generating malformed json file #873
Comments
This issue is still not fixed in the latest release 1.10.5, the logs are getting filled with those errors: watcher.log:
waagent.log:
|
I posted a related issue here: #975 - in short, OmsAgent is emitting JSON files, but the WaLinuxAgent source code clearly shows that it expects XML event files in the |
I am also having issue with this python: WARNING ExtHandler Failed to decode event file: not well-formed (invalid token): line 1, column 1 my waagent log 2019/07/11 15:04:12.077981 WARNING ExtHandler Failed to decode event file: not well-formed (invalid token): line 1, column 1 |
Thank you for your submission. As previously announced, the Log Analytics agent has been deprecated and has no support as of August 31, 2024. If you use the Log Analytics agent to ingest data to Azure Monitor, migrate now to the new Azure Monitor agent. As part of repo archival, open issues and pull requests will be closed. |
The OMS agent is generating malformed json file, which generates WARNING messages in the waagent.log file.
I have collected one of the file and was able to reproduce the issue on another server.
watcher.log:
waagent.log:
1548850633269799.tld:
The file is not a properly formatted json file, there is an issue with the value field on line 25.
The text was updated successfully, but these errors were encountered: