赞助

09 2020 档案

摘要:#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
posted @ 2020-09-22 14:33 念念不忘、 阅读(1668) 评论(0) 推荐(0)
摘要:## 使用docker安装es### ES1. docker下载es7.3.0镜像```shelldocker pull docker.elastic.co/elasticsearch/elasticsearch:7.3.0```2. docker创建一个网络,方便elk使用```shelldock 阅读全文
posted @ 2020-09-02 22:22 念念不忘、 阅读(861) 评论(0) 推荐(0)