Architecture - 8.0

Talend Administration Center User Guide

Version
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Administration Center
Content
Administration and Monitoring

Audit logging uses Talend LogServer for storing and displaying audit logs, although it treats them separately from normal logs (in particular, it stores them in a separate index and provides separate dashboard).

On the application side, it provides a dedicated Audit Logging API, which builds its own pipeline using the same framework as the application (but does it independently of normal logging configuration). For more information about Audit Logging API, see https://github.com/Talend/daikon/tree/master/daikon-audit.

Before enabling the feature, make sure the appender.http.url is configured properly in the <tomcat_path>WEB-INF\classes\audit.properties file.