I have updated the syslog configuration file as per documentation but the below error is reporting many time in the logcollector log:
Unexpected character ('n' (code 110)): was expecting comma to separate Object entries
DX O2
Configuration issue, the below. option.json="on" is missing in the customer syslog config file
Current line
template(name="ls_json" type="list") {
As per techdocs documentation
template(name="ls_json" type="list" option.json="on") {
Add the option.json="on" the syslog conf file