In case of auditing available in CMC UI: There's no time to live - entries are kept forever.
In case of audit log files they follow log file rotation up to 10 files of 10 mb each. If you need to archive them, you need to do it on your own e.g. backup/copy/rsync.
Hello @Radoslaw S.
Is it possible to change this size of storage files if necessary. The security department wants to understand if such an opportunity, if necessary ?
Yes.
Here's config.properties file configuration:
[com.compuware.apm.logging]
maxBytes=10485760
maxFiles=5
To apply follow :