Audit logs on Talend Administration Center
Audit logs are used to detect and analyze problems in how the application is used
(attempted attacks, malicious activities by authorized users, and so on).
To enable audit logs, go to
<tomcat_path>WEB-INF\classes\audit.properties and set the
following parameters:
-
in configuration.properties,
auditlog.enable=true - in audit.properties,
log.appender=file appender.file.path=/<filename>/audit.json
If you want to collect and display logs from Data Integration or ESB in an external Elastic stack, refer to Configuring Talend logging modules with an external Elastic stack with X-Pack.