我无法将消息发布到我的 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