input¶
blah blah blah
snmp input¶
auth_pass is the user’s password.
priv_pass is the enc key.
get pulls the value from specific OIDs.
walk pulls the values from specific OIDs and their children.
snmp {
hosts => [{host => "udp:192.168.17.100/161" version => "3"}]
get => ["1.3.6.1.2.1.1.1.0"]
security_name => ""
auth_protocol => "hmac192sha256"
auth_pass => ""
priv_pass => ""
priv_protocol => "aes"
security_level => "authPriv"
target => "snmp"
tags => ["snmp"]
}