Skip to content

Add a diversion for account-audit logs to a dedicated ES index

ale requested to merge account-audit-es into master

Account-audit logs are generated by the account management system and should be kept for a relatively long time. Divert them from the normal log flow and store them in a dedicated ES index with a yearly timestamp (account_audit-YYYY).

Merge request reports