Installing the Talend logging modules
Last updated: 9/10/2026
You need to manually install Talend LogServer which includes Kibana and Filebeat
to collect logs.
Before you begin
To check this value, run the
following command:
sysctl vm.max_map_countIf you need to increase the value, run the following
command:
sysctl -w vm.max_map_count=262144To permanently write the value to the sysctl.conf file, run the
following command:
vm.max_map_count = 262144Procedure
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' - Stop the Talend LogServer.
- Start the Talend LogServer.