Hello,
I am currently attempting to configure snmptrap input for my elk server on a VM, I'm new to elk and only been working with it for about two weeks now. My configuration is below:
input {
snmptrap {
port => 162
type => "snmptrap"
community => "public"
#yamlmibdir => "/opt/logstash/vendor/bundle/jruby/1.9/gems/snmp-1.2.0/data/ruby/snmp/mibs"
}
syslog {
port => 516
type => "syslog"
tags => ["syslog"]
}
}
filter {
}
output {
stdout {}
elasticsearch {hosts => ["localhost:9200"]}
}
Ends the config file
When I send snmp traffic my machine recieves it but then out puts the error below in the /var/log/logstash/logstash.stdout file
Does anyone know how to fix this error message I can't find anything online about it.