Hi,
I am trying to extract some custom fields form a log file which is delimited by :: and i made the following set up in props.conf and transforms.conf :
props.conf :
[storngmail_failed]
TRANSFORMS-strongf=parse_strongmail_failed
trasnforms.conf :
[parse_strongmail_failed]
DELIMS = "::"
FIELDS = "Date", "Serial-Number", "mailing-ID", "Database-ID", "Message-ID", "User-ID", "DB-RN", "DB-NAME", "Msg-SN", "Email-Address", "Bounce-Reason", "VSG-Name", "Outbound-IP", "Reciever-IP", "Category"
How can I configure props.conf or transforms.conf in order to do that an where do i should put these files?
Thanks !!!
... View more