logstash-plugins / logstash-integration-snmp

Logstash Integration Plugin for SNMP, including SNMP input and SNMP Trap Plugins
Apache License 2.0
0 stars 3 forks source link

IPv6 host #48

Closed SkiAn2007 closed 4 months ago

SkiAn2007 commented 5 years ago

How to setup IPv6 listen?

[2019-01-18T10:26:27,804][INFO ][logstash.inputs.snmptrap ] It's a Trap! {:Port=>10620, :Community=>["public"], :Host=>"fd00:192:168:67::41"} [2019-01-18T10:26:27,807][WARN ][logstash.inputs.snmptrap ] SNMP Trap listener died {:exception=>java.nio.channels.UnsupportedAddressTypeException

edmocosta commented 4 months ago

The IPv6 support was added to this integration snmptrap plugin. It replaces the individual logstash-input-snmptrap plugin and will be bundled by default with Logstash in the future. Before upgrading, please check the migration notes out. Feel free to re-open this issue if the problem still persists. Thanks!