We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a01226 commit 732058dCopy full SHA for 732058d
package/default/props.conf
@@ -0,0 +1,12 @@
1
+[sc4snmp:traps]
2
+pulldown_type = 0
3
+NO_BINARY_CHECK = 1
4
+SHOULD_LINEMERGE = false
5
+KV_MODE = NONE
6
+LEARN_SOURCETYPE = false
7
+LEARN_MODEL = false
8
+ANNOTATE_PUNCT = false
9
+
10
+DATETIME_CONFIG=CURRENT
11
12
+REPORT-fields = ta_sc4snmp_trap
package/default/transforms.conf
@@ -0,0 +1,2 @@
+[ta_sc4snmp_trap]
+REGEX = (?:^| )(?<_KEY_1>[^=]*)=(?! )(?<_VAL_1>.+?)(?=(?: [^ ]*(?<!\\)=|$))
0 commit comments