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