influxdata/telegraf

[inputs.socket_listener] Add support for Source-Specific-Multicast

已关闭

#18,581 创建于 2026年3月23日

 (2 条评论) (0 个反应) (0 位负责人)Go (5,835 个派生)batch import
feature requesthelp wantedsize/m

仓库指标

星标
 (17,757 个星标)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 136 个 PR)

描述

Use Case

I want to use the socket_listener to join and receive messages from Source-Specific-Multicast (SSM) groups using IGMPv3.

Expected behavior

When the socket_listener is configured with a specific "multicast_source" and a multicast "service_address", I expect telegraf to join the multicast group using IGMPv3 "IP_ADD_SOURCE_MULTICAST".

Actual behavior

Currently telegraf's socket_listener can only join Any-Source-Multicast (ASM) groups using "IP_ADD_MEMBERSHIP". No SSM messages can be received as SSM requires listeners to join using the correct join request.

Additional info

No response

贡献者指南