Closed iBobik closed 9 years ago
Can you show us the input configuration from the Graylog server?
Args, sorry. I didn't see the input config in your post...
Are you using a "GELF TCP" input on the server?
Aha, it was „Raw TCP” input. I thought it should receive message of every type, inc GELF, but it will not parse it.
Thanks :-)
Jan Pobořil
2015-08-24 10:12 GMT+02:00 Bernd Ahlers notifications@github.com:
Are you using a "GELF TCP" input on the server?
— Reply to this email directly or view it on GitHub https://github.com/Graylog2/collector/issues/55#issuecomment-134086034.
Thanks for the update! :+1:
Hi, I configured it to send messages from text files to remote Graylog instance. Could you please help me diagnose what happens?
My configuration:
Config of input:
Port is not same because it is translated by Docker hosting Graylog instance.
Heartbeat is working (I can see collector in Gaylog) and in Inputs I can see active connection. I can see messages in stdout from running collector, but they are not send to gelf-tcp output.
I tried "nc x.x.x 5902" (in same environment with the collector) to send somethink to Graylog input and this messages was received and saved successfully. Everything seems collector is not sending messages to TCP.
Thank you for hint :-)