Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
stephaneB1
Contributor II
Contributor II

Talend Logserver running on two servers

Hello

My architecture contains 4 linux servers and the components are installed accordingly as described below :

- server 1 : tac + commandline + amc + nexus

- server 2 : jobserver

- server 3 : database MySQL

- server 4 : svn

 

I would like to know if I can install logserver on the server 1 in order to gather logs from tac, commandline and amc, AND on the server 2 in order to gather logs from jobserver.

I know that elasticsearch can run on the server 1 and 2, and each server will be a node of a elasticsearch cluster. I know that logstash can run on the servers 1 and 2. But, I don't know if kibana must run only on one server, or if it must run on the two servers.

I need your advise

Thanks in advance

Labels (3)
1 Solution

Accepted Solutions
stephaneB1
Contributor II
Contributor II
Author

I found the below solution :

- server 1 : one node of elasticsearch + logstash + kibana + filebeat (configured to gather TAC logs)

- server 2 : one node of elasticsearch + logstash + filebeat (configured to gather JOBSERVER logs)

View solution in original post

2 Replies
Anonymous
Not applicable

I'm afraid I cannot advise from experience since I have not done this. However, this KB article may help....

https://community.talend.com/t5/Migration-Configuration-and/Configuring-JobServer-and-ESB-Runtime-wi...

stephaneB1
Contributor II
Contributor II
Author

I found the below solution :

- server 1 : one node of elasticsearch + logstash + kibana + filebeat (configured to gather TAC logs)

- server 2 : one node of elasticsearch + logstash + filebeat (configured to gather JOBSERVER logs)