Event Logging is deprecated from the 7.3.1 R2021-04 Studio Monthly update delivered
by Talend
and will be removed from 7.4 onwards. If you were using Event Logging, you can follow these
steps to move from Event Logging to Event Monitoring:
Procedure
-
Start Talend Runtime.
-
Go to Talend Runtime home directory ${karaf.home}.
-
Execute /bin/trun.bat (on
Windows) or /bin/trun.sh (on Linux).
-
Start Talend LogServer.
-
Go to the Talend LogServer home directory logserv.
-
Execute start_logserver.bat
(on Windows) or start_logserver.sh (on
Linux).
-
Stop Event Logging by executing command tesb:stop-el-default on Talend Runtime
console.
-
Start Event Monitoring by executing command tesb:start-em-default on Talend Runtime
console.
-
Prepare the filebeat configuration.
-
Edit the
${karaf.home}/etc/filebeat_em.yml file.
-
Update ${LOG_PATH:${karaf.home}/data/eventmonitoring/em*.log.
-
Save
the ${karaf.home}/etc/filebeat_em.yml file.
-
Start Filebeat server.
-
Go to the logserv/filebeat directory using Command
Line.
-
Execute command filebeat -e
-${karaf.home}/etc/filebeat_em.yml.
-
Access Kibana from http://localhost:5601/app/kibana.
All the events can be seen on the respective dashboards.