Package org.forgerock.audit.handlers.syslog
This package contains a Syslog AuditEventHandler implementation.
-
Class Summary Class Description SyslogAuditEventHandler The handler publishes audit events formatted usingSyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
.SyslogAuditEventHandlerConfiguration Configuration object for theSyslogAuditEventHandler
.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration Configuration of event buffering.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping Encapsulates configuration for mapping audit event field values to Syslog severity values. -
Enum Summary Enum Description Facility Defines the standard Syslog message facilities.Severity Defines the standard Syslog message severities.TransportProtocol Transport protocol over which Syslog messages should be published.