What is beats plugin for logstash?

匆匆过客 提交于 2019-12-23 22:27:32

问题


I saw that logstash is used for sync data between a sql server and Elastic Search 5

In this example , it is shown that Logstash can use jdbc plugin for importing data from a database

But when I look at the available plugins, I notice one plugin named Beats, it look like to also be used for importing data

I propapbly missanderstood , so is anybody acn explain me whatr the use of Beats plugin and hos is it used by logstash please?


回答1:


Logstash currently has 52 ways of getting input. As you've seen, jdbc and beats are two. Each of the inputs serves a different use case. As described in the doc, jdbc is used to "ingest data in any database with a JDBC interface" while beats is used to "receive events from the Elastic Beats framework".

Depending on your needs, you would choose the appropriate input plugin.



来源:https://stackoverflow.com/questions/41467978/what-is-beats-plugin-for-logstash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!