我无法将消息发布到我的graylog服务器。我在logstash中打开了我的调试,我可以看到消息发出但我从未在我的graylog服务器中收到它们。我使用nc
测试了两台服务器之间的连接,但它确实有效。
echo -e '{"version": "1.1","host":"example.org","short_message":"Short message","full_message":"Backtrace here\n\nmore stuff","level":1,"_user_id":9001,"_some_info":"foo","_some_env_var":"bar"}\0' | nc -w 1 111.222.333.444 12201
答案 0 :(得分:1)
据我所知,Logstash不支持使用TCP的GELF。尝试使用UDP / GELF输入,它应该可以工作。