]
Darran Lofthouse resolved ELY-1008.
-----------------------------------
Fix Version/s: 1.1.0.Beta32
Resolution: Rejected
SecurityEventListener.aggregate is available to combine multiple event listeners into
one.
Elytron Audit Logging does not support logging into more
destinations
---------------------------------------------------------------------
Key: ELY-1008
URL:
https://issues.jboss.org/browse/ELY-1008
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jan Tymel
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 1.1.0.Beta32
Attachments: deployment.war
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.