I’m currently using the latest Graylog 4.0.6 now, and I have two questions.
- 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.
- 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?