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

Allow to set more snmpv3 credentials #66

Open stevie-sy opened 2 months ago

stevie-sy commented 2 months ago

The situation is now following:

The only workarround would be to configure more input plugins with diffrent v3 users incl. credentials. And every plugin definition has to listen to a diffrent port. If not we get an error message that this is not possible. But this isn't really nice if we can not use the standard trap port.

Why this would be great?

  1. For security reason! With the situation now, every department (storage, server, network, firewall) has to use the same credentials and this should be a no go! And we have some devices where the snmp credentials are the same for sending traps and requesting infos.
  2. Also a lot of our colleagues want to use - of course for security reason - the highest possible security protocol. e.g. AES256 / SHA256. But not every hardware manufacturer support the same protocols. So If we can only configure one v3 user (for everybody) you have to choose the absolute minium protocol (which may be insecure). That's often sha1/aes. But some devices like firewall doesn't support this old protocols any more.