摘要: kafka 一、单点部署 docker-compose创建参考地址 https://gitee.com/jasonyin2020/docker-compose/tree/master 1.下载kafka软件包 [root@elk101.com ~]# ll -rw-r--r-- 1 root roo 阅读全文
posted @ 2023-06-25 21:28 wh459086748 阅读(274) 评论(0) 推荐(0)
摘要: # zookeeper ## 一、部署zookeeper单点 ### 1.下载zookeeper软件 ```shell https://zookeeper.apache.org/releases.html [root@elk101.com ~]# ll -rw-r--r-- 1 root root 阅读全文
posted @ 2023-06-25 21:27 wh459086748 阅读(246) 评论(0) 推荐(0)
摘要: kibana 一、部署 1.下载软件包 [root@elk103.com ~]# ll -rw-r--r-- 1 root root 268453142 Apr 4 18:03 kibana-7.17.5-x86_64.rpm 2.安装kibana [root@elk103.com ~]# rpm 阅读全文
posted @ 2023-06-25 21:27 wh459086748 阅读(346) 评论(0) 推荐(0)
摘要: # logstash ## 一、部署 ### 1.基于rpm方式安装logstash ```sh #下载软件包 [root@elk101.com ~]# ll -rw-r--r-- 1 root root 34965920 Apr 6 11:19 filebeat-7.17.5-x86_64.rpm 阅读全文
posted @ 2023-06-25 21:26 wh459086748 阅读(714) 评论(0) 推荐(0)
摘要: # filebeat ## 一、部署 ### 1.基于rpm部署 ```sh #下载安装包 https://www.elastic.co/ [root@elk101.com ~]# ll -rw-r--r-- 1 root root 34965920 Apr 6 11:19 filebeat-7.1 阅读全文
posted @ 2023-06-25 21:23 wh459086748 阅读(501) 评论(0) 推荐(0)