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.
2 parents 2c18e38 + c61c03e commit 48632a6Copy full SHA for 48632a6
package/default/props.conf
@@ -14,4 +14,17 @@ ANNOTATE_PUNCT = false
14
15
DATETIME_CONFIG=CURRENT
16
17
-REPORT-fields = ta_sc4snmp_trap
+REPORT-fields = ta_sc4snmp_kv
18
+
19
+[sc4snmp:meta]
20
+pulldown_type = 0
21
+NO_BINARY_CHECK = 1
22
+SHOULD_LINEMERGE = false
23
+KV_MODE = NONE
24
+LEARN_SOURCETYPE = false
25
+LEARN_MODEL = false
26
+ANNOTATE_PUNCT = false
27
28
+DATETIME_CONFIG=CURRENT
29
30
package/default/transforms.conf
@@ -3,5 +3,5 @@
3
## SPDX-License-Identifier: LicenseRef-Splunk-1-2020
4
##
5
6
-[ta_sc4snmp_trap]
+[ta_sc4snmp_kv]
7
REGEX = (?:^| )(?<_KEY_1>[^=]*)=(?! )(?<_VAL_1>.+?)(?=(?: [^ ]*(?<!\\)=|$))
0 commit comments