Docker-compose deploys elk, don’t look for it, this is the best tutorial

Use docker-compose to orchestrate a series of environments for one-click rapid deployment and operation, a novice operation and maintenance tool.

# 安装git命令: yum install -y git
git clone https://gitee.com/zhengqingya/docker-compose.git
cd docker-compose/Linux

For environment deployment, see run.md under each service; eg: Linux/portainer/run.md

There are common operation and maintenance environments that can be deployed with one click. Today I will mainly show you how to run docker-compose and deploy elk+filebeat with one click.

Insert image description here

#进入elkf 文件夹
cd ./elkf
#启动服务
docker-compse up
#好了环境启动成功

Rendering:

Insert image description here

There are elasticserrch+kibana+logstash+filebeat environment configuration yml files in it. You can follow them one by one for learning.

If there is any knowledge you don’t understand, you can use ChatGPT to ask questions step by step. The above content is reproduced from the source .

Guess you like

Origin blog.csdn.net/m0_37678007/article/details/132159496