Gotcha,
There may be some SNMP poller out there that can do your querying (as well as alerting/reporting if you need it) that can then output to syslog or to a file that you can have ingested into Logstash for parsing. As for doing it directly via Logstash, there may be an expert here that can help you.
I use PRTG for tons of SNMP polling and graphing. I've NOT looked into any outputs that it has.
I think it is possible to make a simple snmp poller using somethin API like Apache Camel and direct the output in a way that could be ingested by logstash.
The first idea was to use a logstash plugin just to avoid additional "intermediate tools" on the line.
Another possibility is to build up a Logstash plugin itself, capable of performing the snmp GetRequest. I wonder why this was not made until now. And I do not know the dificulty level of building such a plugin.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.