]
Jan Tymel updated ELY-1008:
---------------------------
Attachment: deployment.war
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
Priority: Blocker
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.