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"
]
},
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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.