Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dears,
i need help I enabled Audit log for TAC the issue with me i configure the audit to be in file ,the audit.json file created after the restart but no data written on it also this file has all permission ,also i tried to login many times to Tac but no audit written in this file ,any advice
this is audit.properties under path /opt/Talend-8.0.1/tac/apache-tomcat/webapps/org.talend.administrator/WEB-INF/classes/
# Possible values: socket, file, console
log.appender=file
# File appender puts log entries into a json file. In most cases there should be a FileBeat instance picking up
# new messages and sending them to logstash.
appender.file.path=/var/log/talend_audit/audit.json
appender.file.maxsize=52428800
appender.file.maxbackup=20
------- and auditlog=true in this file configuration.properties
Hello,
Could you confirm you have only :
auditlog.enable=true
on the line in the file configuration.properties ? (and no comment at the end of the line ? )
Kind regards
Denis