Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
I'm afraid I cannot advise from experience since I have not done this. However, this KB article may help....
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)