Audit Configuration

<< Click to Display Table of Contents >>

Navigation:  Project > Information security > Develop mode >

Audit Configuration

Previous pageReturn to chapter overviewNext page

Open Audit Configuration tab to setup it:

auditconfiguration

Where:

Property

Description

Enable Audit Logging

  Enables tracking of events for security review.

Audit Storage Location

  Central repository for all system audit logs.

Audit database name

The name of the database that stores all Audit information.

If you choose the simple name like auditdb application will create SQLite database in the application directory.

If you choose names beginning with jdbc:mysql: like jdbc:mysql://192.168.0.104:3306/test,  where test - name of the database, the application will connect to MySQL database and create audit table. How to install and setup MySQL you can read in MySQL* chapter.

if you choose names beginning with jdbc:postgresql: like jdbc:postgresql://192.168.1.17:5432/test where test name of the database you want to connect, the application will connect to PostgreSQL* database and create audit table.

Username

Username for database (except SQLite database).

Password

Password for database (except SQLite database).

Data Retention Period (days)

  How long all audit records are kept before deletion.

Enable Hash Chain Protection

  Enables cryptographic hash chaining to make audit log modifications detectable.