The storage interface should be in charge of:
- saving logEntries (or json representation)
- scrolling saved logEntries (sequential read of all log entries)
Audit backends should impl this interface.
This can be use to migrate from one backend to another or to reindex an ES backend from a sql storage (when using a double audit),
- is related to
-
NXP-23525 Navigating inside a folder with Web UI on an upgraded instance generates ESAuditBackend errors
- Resolved
-
NXP-23292 Provide audit backend restore from audit storage
- Resolved
-
NXP-23577 Add Audit Storage tests on MongoDB
- Resolved
- is required by
-
NXP-23348 SQL Audit storage SPI impl
- Resolved