I use filebeat to get a log file to logstash. The log is encoded with UCS-2 LE. I tried to change to UTF-8 but fail. Anyone can help? The following is my logstash config for reference.
The charset on the codec has to match what the encoding on the file is. I am not familiar with the BE/LE distinction in UCS, but the codec should accept charset => UCS-2BE. Does that help?
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.