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

Add SNMP SET (write) Capability #70

Open cwolf908 opened 1 week ago

cwolf908 commented 1 week ago

Currently, the plugin only supports SNMP GET functionality which is great and all we need for monitoring capabilities. However, SNMP SET or "write" functionality would allow Elastic to execute functions against devices including configuration backups. Having conrfiguration backups stored in elasticsearch would be fantastic for CM, but would also enable us to execute detection rules against configurations for known indicators of compromise, miconfigurations, etc.