Elastic Stack之FileBeat使用实战
作者:尹正杰
版权声明:原创作品,谢绝转载!否则将追究法律责任。
本篇博客数据流走向:FileBeat ===》logstash ===> elasticsearch。
一.安装FileBeat
1>.选择FileBeat版本(连接地址:https://www.elastic.co/downloads/beats)
2>.选择之前的发行版本
3>.选择FileBeat版本
4>.下载FileBeat(连接地址:https://www.elastic.co/downloads/past-releases/filebeat-5-6-12)
[root@node105 ~]# wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.12-x86_64.rpm --2019-03-11 22:21:04-- https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.12-x86_64.rpm Resolving artifacts.elastic.co (artifacts.elastic.co)... 151.101.230.222, 2a04:4e42:1a::734 Connecting to artifacts.elastic.co (artifacts.elastic.co)|151.101.230.222|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9224611 (8.8M) [application/octet-stream] Saving to: ‘filebeat-5.6.12-x86_64.rpm’ 100%[===========================================================================================================================================================>] 9,224,611 63.9KB/s in 2m 2s 2019-03-11 22:23:09 (74.0 KB/s) - ‘filebeat-5.6.12-x86_64.rpm’ saved [9224611/9224611] [root@node105 ~]#