You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we get a boolean config option to specify whether to perform mib translation on OID values returned by the input.
e.g. sysObjID would be returned as: iso.org.dod.internet.private.enterprises.netSnmp.netSnmpEnumerations.netSnmpAgentOIDs.linux
instead of: .1.3.6.1.4.1.8072.3.2.10
Not sure how we'd handle the oid_root_skip portion of this as presumably we wouldn't want to be assume the same length as the varbind oid
The text was updated successfully, but these errors were encountered:
We've moved this issue into this new SNMP integration plugin, which combines the logstash-input-snmp and logstash-input-snmptrap plugins into one, and finally adds support to this feature by setting oid_map_field_values => true. For now, it uses the same OID field's format, including oid_root_skip and oid_path_length configs.
Before upgrading, please have a look at the migration notes, as the new plugin introduced a few breaking changes compared to individual one. It will be bundled by default with Logstash in a future release (e.g. 8.15 or 8.16).
Could we get a boolean config option to specify whether to perform mib translation on OID values returned by the input.
e.g. sysObjID would be returned as:
iso.org.dod.internet.private.enterprises.netSnmp.netSnmpEnumerations.netSnmpAgentOIDs.linux
instead of:
.1.3.6.1.4.1.8072.3.2.10
Not sure how we'd handle the oid_root_skip portion of this as presumably we wouldn't want to be assume the same length as the varbind oid
The text was updated successfully, but these errors were encountered: