This core service manages the audit trail of individual DMS objects. Find here characteristics and configuration options.
Table of Contents
Characteristics
Service Name | audit |
---|---|
Port Range | 7251 |
Profiles | prod,jpapostgres,dbs,docker,kubernetes,metrics |
Helm Chart | yuuvis |
Function
The AUDIT service is responsible for the management of the individual objects' audit trails. Those entries are stored in a separate database instance.
>> Database Schema
Each action that is applied to an object triggers the creation of a new entry in the object's audit trail.
>> Audit Trail - an "Object's History"
In order to allow the creation of custom audit entries by a custom service that is running inside the yuuvis® Momentum cluster, the following internal endpoint can be used.
>> POST /audit/api/dms/objects/custom
If an object is deleted, all audit entries are deleted as well.
Configuration
The yuuvis® Momentum configuration files for the operation in the Kubernetes cluster are stored on the Git Server configured in the system. In order to change the configuration of a service, you need to access the Git repository.
Parameters in Configuration Files
The following parameters are referenced from the corresponding profiles. Click a profile in order to display descriptions and default values of the corresponding parameters.
Configuration File | Parameter |
---|---|
application-dbs.yml | yuuvis.db |
The values for the parameters can be modified as described here.
>> Configuring Services using Profiles.