Skip to content

Support DSCP Configuration Socket Option in Logstash Syslog output Plugin #64

Open
@ekowsal

Description

@ekowsal

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions