Skip to content

Commit

Permalink
Update transforms.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofgm committed Nov 6, 2024
1 parent 15d4404 commit 80e72b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package/default/transforms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
# GENERAL
#

[swift_agi_remove_comments]
REGEX = ^#.*
DEST_KEY = queue
FORMAT = nullQueue
# Uncomment to remove all comments from the log
# [swift_agi_remove_comments]
# REGEX = ^#.*
# DEST_KEY = queue
# FORMAT = nullQueue


#
Expand All @@ -34,7 +35,7 @@ REGEX = MsgId=(?<msg_id>[^,]+), PrimitiveType=(?<primitive_type>[^,]+), Sender=(
# base

[swift_agi_activity_basefields]
REGEX = ^(?<activity_time>[^\|]+)\|(?<container_id>[^\|]+)\|(?<micro_service>[^\|]+)\|(?<process_id>[^\|]+)\|(?<activity>[A-Z-]+)
REGEX = ^(?<activity_time>[^\|]+)\|(?<micro_service>[^\|]+)\|(?<field1>[^\|]+)\|(?<process_id>[^\|]+)\|(?<activity>[A-Z-]+)


# mq-connector
Expand Down Expand Up @@ -206,8 +207,7 @@ REGEX = (?<activity_time>[^\|]+)\|(?<container_id>[^\|]+)\|(?<micro_service>[^\|
# SWIFT AGI Events
#
[swift_agi_event_basefields]
REGEX = (?<activity_time_utc>[^\|]+)\|(?<activity_time>[^\|]+)\|(?<agi_id>[^\|]+)\|(?<product_version>[^\|]+)\|(?<severity>Low|Medium|High|Very-High)\|(?<component>[^\|]+)\|(?<category>[^\|]+)\|
# CEF:0\|(?<vendor>[^\|]+)\|(?<product>[^\|]+)\|(?<component>[^\|]+)\|(?<event>[^\|]+)\|
REGEX = (?<activity_time_utc>[^\|]+)\|(?<activity_time>[^\|]+)\|(?<agi_id>[^\|]+)\|(?<product_version>[^\|]+)\|(?<severity>Low|Medium|High|Very-High)\|(?<component>[^\|]+)\|(?<category>[^\|]+)\|(?<event>[^\|]+)\|(?<message>[^\|]+)\|(?<micro_service>[^\|]+)\|(?<src_ip>[^\|]+)

[swift_agi_event_basefields_cef]
REGEX = CEF:0\|(?<vendor>[^\|]+)\|(?<product>[^\|]+)\|(?<product_version>[^\|]+)\|(?<component>[^\|]+)\|(?<event>[^\|]+)\|(?<severity>Low|Medium|High|Very-High)\|
Expand Down

0 comments on commit 80e72b1

Please sign in to comment.