简体   繁体   English

Logstash使用ElasticSearch输出到服务器

[英]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). 我打算在多个客户端上运行logstash,这会将它们的logstash报告提交给服务器(例如Ubuntu计算机)上的弹性搜索。

Thus there are several clients running logstash outputting their logs to the elastic search on a COMMON server. 因此,有几个运行logstash的客户端将其日志输出到COMMON服务器上的弹性搜索。

Is this o/p redirection to a server possible with Logstash on the various clients? 通过各种客户端上的Logstash,可以将这种o / p重定向到服务器吗?

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 这是一个很好的教程: http : //logstash.net/docs/1.1.11/tutorials/getting-started-centralized

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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