Graylog: Troubleshooting: a Graylog input does not work
This documentation is part of the Configure inputs guide. You can view the complete guide here: How to configure Graylog inputs.
👋 Welcome to Stackhero documentation
Stackhero offers a fully managed Graylog cloud solution designed for speed and simplicity. You can:
- Rely on an unlimited, dedicated SMTP email server included with your service.
- Apply updates effortlessly with a single click, with no manual intervention required.
- Use a custom domain name secured by HTTPS (for example, https://logs.your-company.com), providing your team with secure, direct access.
- Benefit from strong performance and security on a private, dedicated infrastructure, with no shared resources or noisy neighbours.
Focus on your data, not your tools: you can get started with Stackhero's Graylog cloud hosting solution in just a few minutes.
If a Graylog input is not working as expected, check the following points:
-
On the Graylog web interface:
- Go to
SystemthenInputsand confirm that the input is running. - Check that the protocol (UDP or TCP) is correct.
- If you are using TCP, ensure that
tls_enableis set tofalseas encryption is managed on the Stackhero dashboard. - Confirm that the port is correct.
- Check that the data format is correct (GELF, CEF, RAW or Syslog).
- Go to
-
On the Stackhero dashboard:
- Select your Graylog instance and click the
Configurebutton. - In the
Input portslist, ensure that the port is defined with the appropriate protocol (UDP or TCP). - If you are using TCP, check that the TLS option is enabled for encryption (SSL/HTTPS).
- Select your Graylog instance and click the
-
On the firewall:
- In the Stackhero dashboard, select your Graylog instance and click on the
Firewalltab. - Check that there is a rule accepting traffic for the input port and protocol. If you wish to allow all IPs, set the IP field to
0.0.0.0/0.
- In the Stackhero dashboard, select your Graylog instance and click on the
By following this checklist, your input should work correctly.