Installing the Talend logging modules
You need to manually install Talend LogServer which includes Kibana and Filebeat
to collect logs.
Procedure
Results
You can access Talend LogServer with the following URL: http://localhost:5601/app/kibana#/dashboard/Default-Dashboard.
Troubleshooting: When you start the Talend LogServer, 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 LogServer.
- Start the Talend LogServer.