We currently have Graylog running on a server and we’re having issue sending logs to Graylog inputs on that server. The mode we’re using is ‘GELF / UDP’. We believe the issue is linked to another issue that I’ve raised in another post here’s the link for further details.
I’ve also attached snapshot of our current Graylog input snapshot for reference.
No, I thought that was the default address used as shown in the examples. Perhaps something I inadvertently overlooked. Should it be the same as the server IP address?
Thank you all for your input and suggestions so far on the related issue. The good news is that we managed to resolve it. I’ll explain the cause of the problem and the steps we took to solve the issue. The problem to start with was the “input” port number 12201 being blocked on our webhost’s server.
In our bespoke applications, the config was pointing to the Graylog server’s ip number. We created a domain name for our Graylog server and replaced the ip number with that instead, which allowed us to log messages directly onto Graylog. As for the input settings we set the bind address to 0.0.0.0 - this may be subject to change in the foreseeable future.
Hope this helps anyone else who’s having similar issues.