Hello, I have enabled audit logging for ddl and dml and sending it to syslog.
I have a requirement, where i have to send DDL/DML to external destination , so i have configured rsys to forward logs to that destination via TCP port. Now the problem is i am sending ddl/dml to external destination but the same logs are being saved in journal file, which i dont’t want because the ddl/dml have PII data. So i dont want anyone who has access to server view those logs. Is there a way to bypass the jounal and simply forward to external source.thanks