Installing the Talend logging modules
You need to manually install Talend Log Server which includes Kibana and Filebeat
to collect logs.
Procedure
Results
You can now access Talend Log Server with the following URL: http://localhost:5601/app/kibana#/dashboard/Default-Dashboard.
The ESB event logs that are displayed in the Logging page of Talend Administration Center are collected thanks to the Event Logging features that can be started from the Runtime container. For more information, see the Talend ESB Container Administration Guide.
Troubleshooting: When you start the Talend Log Server, if you do not see logstash-*,
talendesb-*, and talendaudit-* indices, complete
the following steps:
- Delete the .kibana
index.
curl -XDELETE 'http://localhost:9200/.kibana'
For Windows users, use the curl found in utils\curl-7.50.3-windows-x86.exe
- Stop the Talend Log Server.
- Start the Talend Log Server.