简体   繁体   中英

Logstash output to server with elasticsearch

I intend to run logstash on multiple clients, which in turn would submit their logstash reports to the elastic search on a server(a Ubuntu machine, say).

Thus there are several clients running logstash outputting their logs to the elastic search on a COMMON server.

Is this o/p redirection to a server possible with Logstash on the various clients?

If yes, what would the configuration file be?

You need a "broker" to collect the outputs from each of the servers.

Here's a good tutorial: http://logstash.net/docs/1.1.11/tutorials/getting-started-centralized

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