ELK环境搭建——Install with Docker

本文指导用户在Docker上安装Elasticsearch、Kibana、Logstash和Filebeat的8.9.0版本。首先,确保Docker有至少4GB内存。然后,分别拉取各组件的Docker镜像,并可选地使用Cosign验证Elasticsearch镜像的签名。最后,启动各服务。
摘要由CSDN通过智能技术生成

Install Docker Desktop or Docker Engine

Install the appropriate Docker application for your operating system.

Make sure that Docker is allotted at least 4GiB of memory. In Docker Desktop, you configure resource usage on the Advanced tab in Preference (macOS) or Settings (Windows).

一:Install Elasticsearch with Docker

docker pull docker.elastic.co/elasticsearch/elasticsearch:8.9.0

Optional: Verify the Elasticsearch Docker image signature

Although it’s optional, we highly recommend verifying the signatures included with your downloaded Docker images to ensure that the images are valid.

Elastic images are signed with Cosign which is part of the Sigstore project.

Cosign supports container signing, verification, and storage in an OCI registry.

Install the appropriate Cosign application for your operating system.

The container image signature for Elasticsearch v8.9.0 can be verified as follows:

# Download the Elastic public key to verify container signature
wget https://artifacts.elastic.co/cosign.pub 

# Verify the container against the Elastic public key
cosign verify --key cosign.pub docker.elastic.co/elasticsearch/elasticsearch:8.9.0 

二:Install Kibana with Docker

docker pull docker.elastic.co/kibana/kibana:8.9.0

三:Running Logstash on Docker
 

docker pull docker.elastic.co/logstash/logstash:8.9.0

四:Run Filebeat on Docker 

docker pull docker.elastic.co/beats/filebeat:8.9.0

 五:准备就绪

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

wsdhla

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值