How to add clusters or monitor logs from other servers in ELK stack 5.2.2

I have installed ELK Stack version 5.2.2 in base server and i need to monitor logs from all other servers in my base server or add clusters to base server. How do i do that?

Can we do this without enabling below lines or do we need to enable below lines to fetch logs from other servers?

Optional SSL. By default is off.

List of root certificates for HTTPS server verifications

#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]

Certificate for SSL client authentication

#ssl.certificate: "/etc/pki/client/cert.pem"

Client Certificate Key

#ssl.key: "/etc/pki/client/cert.key"

That's for SSL, not for collecting logs from remote servers.

You may want to look at filebeat and logstash.

Thanks for the information.

May i know how to fetch logs from other servers, How do i configure in filebeat or logstash. Please help

You should start here - https://www.elastic.co/guide/en/elastic-stack/current/index.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.