Added
- Syslog over TCP — the built-in Log collector now accepts syslog over TCP in addition to UDP (port
5514for both). Useful when UDP is blocked in the path or when you want guaranteed delivery. RouterOS 7.x hasRemote Log Protocol: TCPnatively — just pick TCP in the Setup Guide on the Logs page and the generated snippet includesremote-log-protocol=tcp. - Port mapping — if you want TCP syslog reachable from outside the container, add
5514:5514/tcpto yourdocker-compose.yml(alongside the existing5514:5514/udp). UDP-only setups keep working unchanged.