Closed mattcrawfoord closed 8 years ago
The current version of the supported snmp protocol is v1/v2.
@version is an internal field in our event class, its not related in any way with snmp.
There is request in logstash-plugins/logstash-integration-snmp#49 to add support for v3, I think its a matter of find a library that support that version of the protocol.
I am closing this issue fee free to reopen it if needed.
I’m trying logstash with snmptrap, The following log was generated .
my configuration ,
input {
snmptrap {
type => "snmp_trap"
}
}
output {
stdout {
codec => rubydebug
}
}
why the @version is 1 ? is it only v1 supported ? snmptrap plugin does not talk about which versions of SNMP are supported?