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
Support DSCP Configuration Socket Option in Logstash Syslog output Plugin
There is support needed to send syslog output request with DSCP configuration in UDP socket. It will be used for classifying and managing network traffic and providing quality of service (QoS) on modern IP networks.
This is requirement to expose the socket option in syslog output plugin to configure the DSCP configuration.
Support DSCP Configuration Socket Option in Logstash Syslog output Plugin
There is support needed to send syslog output request with DSCP configuration in UDP socket. It will be used for classifying and managing network traffic and providing quality of service (QoS) on modern IP networks.
This is requirement to expose the socket option in syslog output plugin to configure the DSCP configuration.
IPv4: setsockopt(sock, IPPROTO_IP, IP_TOS, &opt, sizeof(opt))
IPv6: setsockopt(sock, IPPROTO_IPv6, IPV6_TCLASS, &opt, sizeof(opt))
Could you please share whether this can be supported in Logstash future release and any backlog available already.
Ref:
https://en.wikipedia.org/wiki/Differentiated_services
The text was updated successfully, but these errors were encountered: