Why i have this error :: _jsonparsefailure

i send string like this message filed from rabbitmq to logstash but i cant parse my json to my mapping!

"message": "{DeviceID :2155CA",
"tags": [
"_jsonparsefailure"
]
},

probably due to input isn't valid JSON

finally i found it ,
the problem was from send data from callback to rabbitmq and logstash can discover :slight_smile:
the rabbitmq payload must be like this zero string :

{\"Data\" : \"{data}\"}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.