Package | Description |
---|---|
org.forgerock.audit.events.handlers.buffering |
This package contains the batch publisher and its various implementations.
|
org.forgerock.audit.handlers.elasticsearch |
This package contains the Elasticsearch
AuditEventHandler implementation. |
org.forgerock.audit.handlers.splunk |
This package contains the audit handler implementation for Splunk.
|
Modifier and Type | Method and Description |
---|---|
Promise<Void,BatchException> |
BatchConsumer.publishBatch(String payload)
Publishes the batch payload.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchConsumer.addToBatch(String topic,
JsonValue event,
StringBuilder payload)
Adds an audit event to a batch payload.
|
Modifier and Type | Method and Description |
---|---|
Promise<Void,BatchException> |
ElasticsearchAuditEventHandler.publishBatch(String payload)
Publishes a Bulk API
payload to Elasticsearch.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchAuditEventHandler.addToBatch(String topic,
JsonValue event,
StringBuilder payload)
Adds an audit event to an Elasticsearch Bulk API payload.
|
Modifier and Type | Method and Description |
---|---|
Promise<Void,BatchException> |
SplunkAuditEventHandler.publishBatch(String payload) |
Modifier and Type | Method and Description |
---|---|
void |
SplunkAuditEventHandler.addToBatch(String topic,
JsonValue event,
StringBuilder payload) |
Copyright 2011-2017 ForgeRock AS.