Skip to content

Adding UDP support #608

Open
Open
@limanzhang-ess

Description

@limanzhang-ess

Use Case

When I am trying to do loading balancing for graylog, I found that there was no support for UDP in the module.

Describe the Solution You Would Like

For example, receiving UDP traffic on port 5140 and forward it to backend server1:5140 and server2:5140.

listen graylog_udp
 mode udp
 bind :5140
 balance roundrobin
 server server1 ip1:5140 check
 server server2 ip2:5140 check

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions