Elastic Stack之FileBeat使用实战

                                        作者:尹正杰 

版权声明:原创作品,谢绝转载!否则将追究法律责任。

 

   本篇博客数据流走向:FileBeat ===》logstash ===> elasticsearch。 

 

一.安装FileBeat

1>.选择FileBeat版本(连接地址:https://www.elastic.co/downloads/beats

Elastic Stack之FileBeat使用实战

2>.选择之前的发行版本

 Elastic Stack之FileBeat使用实战

3>.选择FileBeat版本

 Elastic Stack之FileBeat使用实战

4>.下载FileBeat(连接地址:https://www.elastic.co/downloads/past-releases/filebeat-5-6-12

Elastic Stack之FileBeat使用实战

[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 ~]# 
[root@node105 ~]# wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.12-x86_64.rpm

相关文章:

  • 2018-01-03
  • 2022-12-23
  • 2022-02-12
  • 2021-09-16
  • 2018-09-03
  • 2018-09-12
猜你喜欢
  • 2021-05-24
  • 2021-09-05
  • 2021-08-01
  • 2021-12-06
  • 2021-05-20
  • 2022-02-27
  • 2021-11-23
相关资源
相似解决方案