Elastic Stack之Redis集群使用

                                        作者:尹正杰 

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

 

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

 

一.安装Redis服务器

1>.安装repo源

[root@node105 ~]# 
[root@node105 ~]# yum -y install epel-release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.cn99.com
 * extras: mirror.lzu.edu.cn
 * updates: mirror.lzu.edu.cn
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-11 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================================
 Package                                             Arch                                          Version                                     Repository                                     Size
===================================================================================================================================================================================================
Installing:
 epel-release                                        noarch                                        7-11                                        extras                                         15 k

Transaction Summary
===================================================================================================================================================================================================
Install  1 Package

Total download size: 15 k
Installed size: 24 k
Downloading packages:
epel-release-7-11.noarch.rpm                                                                                                                                                |  15 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : epel-release-7-11.noarch                                                                                                                                                        1/1 
  Verifying  : epel-release-7-11.noarch                                                                                                                                                        1/1 

Installed:
  epel-release.noarch 0:7-11                                                                                                                                                                       

Complete!
[root@node105 ~]# 
[root@node105 ~]# yum -y install epel-release

相关文章:

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