
5 Mar
2014
5 Mar
'14
3:19 a.m.
On 03/04/2014 12:00 PM, Sven Kieske wrote:
Hi,
I forgot to mention a crucial point:
How long does the engine store past events, are they stored forever or is there some kind of rotation?
We mainly use the engine as a REST provider for managing the virtual machines.
audit log gets deleted after 30 days by default. you can change that via config: packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql:select fn_db_add_config_value('AuditLogAgingThreshold','30','general'); packaging/etc/engine-config/engine-config.properties:AuditLogAgingThreshold.description="Audit Log Aging Threshold (in days)" p