Add snmp input option to strip non fixed length index suffixes (#4025)

This commit is contained in:
Matt
2018-04-17 20:34:39 -04:00
committed by Daniel Nelson
parent 058510464c
commit 9ef902f4a1
3 changed files with 24 additions and 0 deletions

View File

@@ -141,6 +141,9 @@ OID to get. May be a numeric or textual OID.
* `oid_index_suffix`:
The OID sub-identifier to strip off so that the index can be matched against other fields in the table.
* `oid_index_length`:
Specifies the length of the index after the supplied table OID (in OID path segments). Truncates the index after this point to remove non-fixed value or length index suffixes.
* `name`:
Output field/tag name.
If not specified, it defaults to the value of `oid`. If `oid` is numeric, an attempt to translate the numeric OID into a texual OID will be made.