I have a multiline log file, in which entries are nested using xml like markup, inside < and > tags. I have defined multiline pattern and it works fine. It was working fine with filebeat 5.0.0 alpha. But in new 5.0 GA version, it is showing some bug. I have enabled output.file and in it, under message, it is showing \u003c and \u003e. The encoding i set is utf-8. Why is this happening?
Its not a problem with Filebeat, its a problem with Logstash. Logstash 2.3.4 is handling this perfectly, but issue with Logstash 5. It is showing _grokparsefailure. It is not taking \u003c and \u003eequal to < and >
@ruflin Actually I was using Filebeat -> Kafka -> Logstash architecture. There is a setting codec => json in new logstash, and I dont had that setting (in Logstash 2.3.4 too). I made the setting and everything is fine now.
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.