If you want to install the logging modules manually, you need to install both the Kibana web application and the Talend Log Server.
Copy and extract the Talend-LogServer-VA.B.C.zip archive file in the directory of your choice.
Go to the Talend Log Server directory and edit the following file:
<LogServerPath>/elasticsearch-1.5.2/config/elasticsearch.yml
At the very end of the file, uncomment the following lines:
http.cors.enabled: true http.cors.allow-origin: "http://TAC_SERVER_HOST:TAC_SERVER_PORT"
And replace
TAC_SERVER_HOST
andTAC_SERVER_PORT
with the IP address and port of the server.To start Talend Log Server, launch the start_logserver.sh executable file.
Copy and extract the Kibana-A.B.C.zip file located in the Talend Log Server archive file.
Rename the Kibana-A.B.C folder to just kibana and put it in the following folder:
<TomcatPath>/Webapps
As Kibana is now installed in Tomcat, start the Tomcat server to deploy and start this web application.
Once Tomcat and thus the Talend Administration Center and Kibana applications are started, go to the Configuration page and fill in the required fields in the Monitoring and Logging nodes to link Talend Administration Center with the logging modules. For more information, see the Talend Administration Center User Guide.