Skip to content

Commit

Permalink
feat(props): Add snmp traps
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 4, 2021
1 parent 7a01226 commit 732058d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package/default/props.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[sc4snmp:traps]
pulldown_type = 0
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = false
KV_MODE = NONE
LEARN_SOURCETYPE = false
LEARN_MODEL = false
ANNOTATE_PUNCT = false

DATETIME_CONFIG=CURRENT

REPORT-fields = ta_sc4snmp_trap
2 changes: 2 additions & 0 deletions package/default/transforms.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ta_sc4snmp_trap]
REGEX = (?:^| )(?<_KEY_1>[^=]*)=(?! )(?<_VAL_1>.+?)(?=(?: [^ ]*(?<!\\)=|$))

0 comments on commit 732058d

Please sign in to comment.