Answer the question
In order to leave comments, you need to log in
Logstash on windows what is the encoding problem?
Good afternoon. Please tell me how to solve the problem with the encoding in logstash?
Introductory:
Logstash is running on Windows, FileBeat sends it logs, which is also running on Windows.
And the actual settings
input {
tcp {
port => "5045"
codec => multiline {
pattern => "^\d\d:\d\d."
negate => "true"
what => "previous"
}
}
beats {
port => 5046
#codec => plain { charset => "UTF-8" }
}
}
output {
stdout { codec => rubydebug }
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question