You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[snmp_field_extractions]
|
|
REGEX=([^timestamp=\d+\s].+?)::(.+?)\.((?:\d\.?)+)\s=\s\"(.*?)\"\s
|
|
FORMAT=mib::$1 oid::$2 snmp_index::$3 value::$4
|
|
MV_ADD=true
|
|
|
|
[snmp_keyvalue_extraction]
|
|
REGEX=(?:[^timestamp=\d+\s].+?)::(.+?)\.(?:(?:\d\.?)+)\s=\s\"(.*?)\"\s
|
|
FORMAT=$1::$2 |