-
|
Our current firewall only supports syslog over UDP with port 514. I attempted to follow the Syslog Forwarding guidance in the documentation, exchanging TCP for UDP and specifying port 514/udp in the PublishPort line, but it doesn't seem to be working.
Am I missing something? I'm not super familiar with rsyslog, podman, or elastic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Based on what you shared, your setup looks correct for enabling syslog forwarding over UDP. There are a few things to confirm to make sure the updates you made take effect.
Let us know what you see and if you run into anymore issues. |
Beta Was this translation helpful? Give feedback.
-
|
The tcpdump you ran was still checking port 514 and not 1514. Can you try |
Beta Was this translation helpful? Give feedback.




Did you restart Fleet after updating PublishPort to 1514? The container won’t bind to the new port until it’s restarted so that may be the issue. You can restart the service with the following commands:
If that’s already been done and/or logs still aren’t showing up after restarting, run this to check if the agent inside the container is starting the UDP input or hitting errors:
podman logs lme-fleet-server | grep -i input