Package | Description |
---|---|
org.forgerock.audit.events.handlers.buffering | |
org.forgerock.audit.handlers.elasticsearch | |
org.forgerock.audit.handlers.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 © 2025 Open Identity Platform Community. All rights reserved.