On 03/05/2014 01:52 PM, Sven Kieske wrote:
Wouldn't engine-config -s AuditLogAgingThreshold=X suffice?
yes. I just sent the line with current value and the description
Am 05.03.2014 10:19, schrieb Itamar Heim:
> 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
>
>
>