In props.conf, each of your TRANSFORMS-set values must be listed and comma separated
ex:
TRANSFORMS-set = discard_events, discard_events1, discard_events2, discard_events3, discard_events4
Then go to your transforms.conf and make sure each stanza correctly corresponds to each value in your TRANSFORMS-set from props.conf
transforms.conf stanza ex:
[discard_events]
REGEX = Built outbound TCP connection
DEST_KEY = queue
FORMAT = nullQueue
[discard_events1]
REGEX = Teardown dynamic TCP translation
DEST_KEY = queue
FORMAT = nullQueue
[discard_events2]
REGEX = Teardown TCP connection
DEST_KEY = queue
FORMAT = nullQueue
[discard_events3]
REGEX = Teardown UDP connection
DEST_KEY = queue
FORMAT = nullQueue
[discard_events4]
REGEX = Built dynamic TCP translation
DEST_KEY = queue
FORMAT = nullQueue
Let me know if that helped!
... View more