try to use the syslog, and not SNMP, here we are talking about collecting logs, the best is to configure the syslog for sending and receiving logs @nick
@nick you’re absolutely right–as one of the newer folks at Graylog, I lack some of the historical context around the plugin, but it seems like we’ve done a poor job of maintaining it (I’m looking at the issues on the repo, and OOF). I’ll follow up with @bernd and some of the other folks internally to see what our plans for this add on might be.
@shoothub We already have a full Graylog instance running, we don’t want to have to run another tool as well. That adds to management overheads, patching, security, monitoring etc. Graylog should be a single point for log management. If I were to use Logstash we might as well switch to ELK entirely.
@aaronsachs is the plugin completely broken or is there something I can do to get it working, at the moment I’m blind to logs coming in via SNMP as while the logs are received in Graylog I can’t translate them.
@nick from what I’ve determined about anything the graylog-labs org, those are plugins that are experimental and aren’t actively being developed unless we pull them into the main project. That said, I believe that without some significant investment on our part, the plugin shouldn’t be used for a production use case and would be considered broken. Out of curiosity, have you tried just spinning up a raw/plaintext input and sending the SNMP traps to that? IIRC, that particular input isn’t picky about what you send it, so you should be able to get traps there?
Hi @aaronsachs, I haven’t tried sending the traps to a RAW input. That’s the bit that is working within the Plugin, the Intput seems to work without an issue. Its the interaction with the MIB files that is broken.
If I used a RAW input I’d essentially be in exactly the same place, I’d have the trap but wouldn’t be able to read it without the MIB.
Its a bit frustrating that Graylog pushes Plugins as a major product feature but most of them are broken/not supported - even more so when its a Plugin developed by Graylog itself and that feature hasn’t been pulled into the main product even though its pretty key to a comprehensive log collector.