ELK官方文档:https://www.elastic.co/guide/en/logstash/current/input-plugins.html
打开如下图:
INPUTS:数据采集
FILTERS(过滤器): 数据过滤
OUTPUTS: 数据输出
3.5 服务的安装与启动
官方文档**😗*https://www.elastic.co/guide/en/logstash/current/index.html
下载地址:https://www.elastic.co/cn/downloads/past-releases#logstash(选择需要的版本即可,课程中为7.13.x)
服务安装:安装与启动过程与 ES 一致,直接解压即可。
Beats 本质是替换 INPUTS(数据采集器),减少资源消耗。