Hi All,
I have an issue with logstash parsing using grok:
When some hebrew characters are placed in the log the result i see is ?????? instead of the user name (for example: if the user name is בלהבלה i get ??????)
Is there a way to sort it out?
I've tried to use the following filter with no avail:
codec => plain{
charset => "UTF-8"
}
to better explain, this is how my input section looks like:
file{
path=> "C:\Patches\532915\Test999.txt"
start_position => "beginning"
codec => plain{
charset => "UTF-16"
}
}
and output:
output {
stdout { codec => rubydebug}
}
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.