Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
I was using logstash in Windows2008 with this logstash config:
input { file{ type => "syslog" path => "C:/temp/error.log" charset => "GBK" debug => "true" } } output { syslog{ host => "10.88.2.113" port => "514" facility => "local0" severity => "error" } }
And this command to launch logstash:
java -jar logstash-1.3.2-flatjar.jar agent -f logstashtest.conf
I get this error: