Hello!
I am receiving logs from SNMP, but the field names are incremental in nature, which have the same values as the incremental value. For an example:
oid_hierarchy_value_1 = 1
oid_hierarchy_value_2 = 2
oid_hierarchy_value_3 = 3
How can I go about extracting these fields from the logs so that I can do chart sum, average, and so on?