Hello all, we' ve solved the problem: Props.conf - sourcetype buttercup:server was adjusted [buttercup:server]
TZ = UTC
TIME_FORMAT = %Y-%m-%dT%H:%M:%S
DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
category = Custom
description = buttercup Server Logs
pulldown_type = true
TRANSFORMS-afilter = setnull, setparsing-audit, setparsing-auth
TRANSFORMS-changesourcetype = change-buttercup-server-audit, change-buttercup-server-auth
TRANSFORMS-strip-front-json = strip-front-json The last line was added and this replaced also the SEDCMD command in the buttercup:server:audit sourcetype. transforms.conf - added the following [strip-front-json]
REGEX = ((?<=buttercup_audit: )(.*))
FORMAT = $2
DEST_KEY = _raw The main problem was, that after rewriting the sourcetype and filtering the events, the parsing does not have any effect anymore because it was already in the indexQueue. SEDCMD whould have also worked in the sourcetype buttercup:server we think. There is maybe a better/more efficient way of orderng the transforms, but it works for now. Many Regards Michael
... View more