简体   繁体   中英

how to get logs into logstash server without using filebeats

I have logstash installed in a server which will process logs and publish to elastic search. But, is it possible for logstash to pull logs from remote servers (linux) without installing filebeats in those servers. Or if filebeats can be installed in the same server as logstash and can it fetch the logs? Please help me if there is any other option as well.

Thanks in advance

Neither Logstash nor Filebeat can pull/fetch log files from remote servers, you need to have some tool installed in the remote servers that will ship the logs elsewhere.

Logstash can consume logs from message queue systems like kafka , redis or rabbitmq , for example, but you need that your remote servers send the logs to those systems anyway, so you would need a log shipper on your remote servers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM