According to my understanding it is not possible to send Elytron Audit logs to more destinations (files or syslogs). It is caused by security-event-listener property within security-domain takes only string attribute and not list of them.
Example of use-case that may be affected:
I want to send logs to a syslog server AND also as a backup to a file on NFS. This means that if the syslog server will be unreachable, it will still be possible to send logs into a backup file on NFS and therefore no logs will be completely lost.
- is cloned by
-
ELY-1008 Elytron Audit Logging does not support logging into more destinations
- Resolved