Add sync auditlogreceiver with WAL durability and circuit breaker. - #62
Open
MJarmo wants to merge 6 commits into
Open
Add sync auditlogreceiver with WAL durability and circuit breaker.#62MJarmo wants to merge 6 commits into
MJarmo wants to merge 6 commits into
Conversation
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Signed-off-by: Hilmar Falkenberg <hilmar.falkenberg@sap.com>
Assisted-by: Composer Signed-off-by: MJarmo <michal.jarmolkiewicz@sap.com>
MJarmo
force-pushed
the
feat/auditlogreceiver
branch
from
September 8, 2026 07:07
c6ff3eb to
142a098
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Assisted-by: Composer
Description
Adds the
auditlogreceivercomponent: an HTTP OTLP receiver for signed auditlogs on the dedicated
/v1/auditendpoint (default listen0.0.0.0:4310).The receiver is sync-only (
response_mode: sync). Each request is written to arequired storage-backed WAL before pipeline delivery and cleared after success,
so ingest can survive transient backend failures.
HTTP outcomes:
open_behavior: reject)open_behavior: accept),then replayed by the recovery ticker
Downstream sinks must treat
audit.record.idas an idempotency key(at-least-once delivery).
Link to tracking issue
Fixes
Testing
receiver/auditlogreceiverotelauditcolcompose smoke: SDK export tohttps://localhost:4310/v1/audit(or HTTP equivalent) and WAL store/clear log lines on success
Documentation
receiver/auditlogreceiver/README.md— endpoint, sync semantics, circuitbreaker, config defaults
receiver/auditlogreceiver/example-config.yaml— reference sync configAuthorship