Ok, I managed to solve it. My problem was that I didn't specify which port udp protocol will use - in this case 12201. To solve it, all I have to do was add one line in docker-compose.yml
- "12201:12201/udp" under ports to assign this port to udp protocol. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/1c103bd5-db3f-4e5b-9664-57e272b4dfdd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
