You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference between unicast and multicast is in the lower protocol, IP, and is taken care of by the network infrastructure. The rest from the user perspective is the same; therefore, I think multicast support should be an option in the built-in UDP input plugin.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
UDP input supports only unicast connections.
Describe the solution you'd like
Add a group parameter to the UDP input plugin configuration, e.g.:
If the user provides the value and it is a valid multicast IP address, join the socket to the multicast group of that address.
Describe alternatives you've considered
I cloned builtin
in_udp.rb
and added the necessary code:Additional context
The difference between unicast and multicast is in the lower protocol, IP, and is taken care of by the network infrastructure. The rest from the user perspective is the same; therefore, I think multicast support should be an option in the built-in UDP input plugin.
The text was updated successfully, but these errors were encountered: