Automate the Archiving of Application Audit Records
Use the Windows and Linux scripts in this section to automate the process of exporting and archiving application audit data to a local computer.
Application audit data is retained for 365 days only. Customize these scripts and execute them once every 180 days, or as required by your data retention policies, to prevent the loss of historical audit data older than 365 days.
Note:
These scripts are tailored to archive data in local storage. You can modify them to archive the exported audit data files on network storage or in storage cloud (for example, Oracle Object Storage).Table 3-21 Parameters and Their Values
Parameter | Value |
---|---|
url |
The URL of the environment.
Examples:
|
user |
The user name of a Service Administrator to sign into the environment to download audit data.
Examples:
|
password |
Password of the Service Administrator (not recommended) or the name and location of the encrypted password file. See the encrypt command for information on creating an encrypted password file.
Examples:
|
AuditFileName |
Name of the audit data file. To make this file unique, the script appends the audit data export timestamp to this file name.
Example:
|
NumberOfBackups |
Number of backup files to be retained in the storage. Default is 10, after which the oldest backup is replaced as needed.
Example:
|
For Linux script only | |
epmautomatescript |
The location where EPM Automate is
installed.
Example:
|
javahome |
The JAVA_HOME location.
Example: |