Audit Configuration

<< Click to Display Table of Contents >>

Current:  System Management  > System Attribute Configuration 

Audit Configuration

Previous pageReturn to chapter overviewNext page

The user can configure some attributes for Audit.

 

Acquisition time of audit

Configure the attribute: audit.update.period=xxx in bi.properties. xxx is time, and the unit is ms, and the default value is 300000 (5 minutes).

 

Records of audit

Configure the attribute: audit.item.capacity=xxx in bi.properties, xxx is the number of records, and the default value is 1000. The information is collected at an interval of 300 seconds. Each time the information is collected, a record is generated in the memory. When the number of records in the memory reaches 1000, the record collected at the next time point will be replaced with the first record in memory, and so on.

 

Audit display

The user can set whether the dashboard and data set related audit are displayed in Create Data and Create Dashboard (View Dashboard).

Configure the following attributes in bi.properties: 

sys.hide.tree=xxx,where xxx refers to the hidden resource;

sys.show.tree=xxx,where xxx refers to the resource that needs to be diaplayed;

When the user wants to display all dashboards and datasets in the system, the user only needs to configure the attribute: sys.hide.tree=.