Uses of Class
com.floragunn.searchguard.auditlog.sink.AuditLogSink
-
Packages that use AuditLogSink Package Description com.floragunn.searchguard.auditlog.routing com.floragunn.searchguard.auditlog.sink -
-
Uses of AuditLogSink in com.floragunn.searchguard.auditlog.routing
Methods in com.floragunn.searchguard.auditlog.routing with parameters of type AuditLogSink Modifier and Type Method Description voidAsyncStoragePool. submit(AuditMessage message, AuditLogSink sink)Method parameters in com.floragunn.searchguard.auditlog.routing with type arguments of type AuditLogSink Modifier and Type Method Description protected voidAuditMessageRouter. close(List<AuditLogSink> sinks) -
Uses of AuditLogSink in com.floragunn.searchguard.auditlog.sink
Subclasses of AuditLogSink in com.floragunn.searchguard.auditlog.sink Modifier and Type Class Description classDebugSinkclassExternalESSinkclassInternalESSinkclassKafkaSinkclassLog4JSinkclassNoopSinkclassWebhookSinkFields in com.floragunn.searchguard.auditlog.sink declared as AuditLogSink Modifier and Type Field Description protected AuditLogSinkAuditLogSink. fallbackSinkMethods in com.floragunn.searchguard.auditlog.sink that return AuditLogSink Modifier and Type Method Description AuditLogSinkSinkProvider. getDefaultSink()AuditLogSinkAuditLogSink. getFallbackSink()AuditLogSinkSinkProvider. getSink(String sinkName)Methods in com.floragunn.searchguard.auditlog.sink with parameters of type AuditLogSink Modifier and Type Method Description protected voidSinkProvider. close(AuditLogSink sink)Constructors in com.floragunn.searchguard.auditlog.sink with parameters of type AuditLogSink Constructor Description AuditLogSink(String name, org.elasticsearch.common.settings.Settings settings, String settingsPrefix, AuditLogSink fallbackSink)DebugSink(String name, org.elasticsearch.common.settings.Settings settings, AuditLogSink fallbackSink)ExternalESSink(String name, org.elasticsearch.common.settings.Settings settings, String settingPrefix, Path configPath, AuditLogSink fallbackSink)InternalESSink(String name, org.elasticsearch.common.settings.Settings settings, String settingsPrefix, Path configPath, org.elasticsearch.client.Client clientProvider, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLogSink fallbackSink)KafkaSink(String name, org.elasticsearch.common.settings.Settings settings, String settingsPrefix, AuditLogSink fallbackSink)Log4JSink(String name, org.elasticsearch.common.settings.Settings settings, String settingsPrefix, AuditLogSink fallbackSink)NoopSink(String name, org.elasticsearch.common.settings.Settings settings, AuditLogSink fallbackSink)WebhookSink(String name, org.elasticsearch.common.settings.Settings settings, String settingsPrefix, Path configPath, AuditLogSink fallbackSink)
-