摘要: 部署kafka-eagle 下载地址:https://github.com/smartloli/kafka-eagle-bin/archive/v3.0.1.tar.gz 官方文档地址:https://docs.kafka-eagle.org/ 依赖: 需要数据库和jdk环境来做数据的存储,可以参考 阅读全文
posted @ 2024-03-31 23:18 百因必有果 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 部署logstash 下载地址:https://www.elastic.co/cn/downloads/past-releases/ (注意这里是跟elasticsearch版本一致) #创建目录 mkdir -p /home/work #解压到指定目录 tar -xvf logstash-7.17 阅读全文
posted @ 2024-03-31 22:49 百因必有果 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 部署KAFKA集群 机器: eks-zk-kafka001 10.0.0.41 eks-zk-kafka002 10.0.0.42 eks-zk-kafka003 10.0.0.43 初始化单机环境 #关闭防火墙 systemctl disable --now firewalld systemctl 阅读全文
posted @ 2024-03-31 22:36 百因必有果 阅读(115) 评论(0) 推荐(0) 编辑
摘要: zookeeper eks-zk-kafka001 10.0.0.41 eks-zk-kafka002 10.0.0.42 eks-zk-kafka003 10.0.0.43 初始化单机环境 #关闭防火墙 systemctl disable --now firewalld systemctl dis 阅读全文
posted @ 2024-03-31 18:56 百因必有果 阅读(69) 评论(0) 推荐(0) 编辑