- 2
- 0
- 约8.32千字
- 约 17页
- 2022-03-06 发布于上海
- 举报
?
?
ELKF7版本架构设计
?
?
一 架构设计
服务器ip
作用
备注
10
es-01
09
es-02
08
es-03
11
logstash
12
filebeat
07
kibana
二 搭建ES集群
1.es搭建方式
(1)rpm包
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.2-x86_64.rpm
sudo rpm --install elasticsearch-7.11.2-x86_64.rpm
(2)yum
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
vim /etc/yum.repos.d/es.repo
[elasticsearch]
name=Elasticsearch repository for 7.x packages
baseurl=https://artifacts.elastic.co/packages/7.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=0
autorefresh=1
type=rpm-md
sudo yu
原创力文档

文档评论(0)