Add snmp input option to strip non fixed length index suffixes (#4025)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user