Questions about using the latest Graylog

I’m currently using the latest Graylog 4.0.6 now, and I have two questions.

  1. When I use

curl -X POST http://11.91.143.27:12203/gelf -p0 -d ‘“short_message”:“Hello there”, “host”:“example.org”, “facility”:“test”, “_foo”:“bar”’

to send messages to the Graylog server, why does the server not respond? I have to force to terminate the command.

  1. I used to use the older version of Graylog, and when I send logs to messages to the server like

curl -X POST http://11.91.143.27:12203/gelf -p0 -d ‘“short_message”:“Hello there”, “host”:“example.org”, “facility”:“test”, “_foo”:“bar”’

, why the Graylog not split the messages like the older version?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.