摘要:
拉取镜像 docker pull elastic/filebeat:7.12.0 运行镜像 docker run -d --name=elk-filebeat elastic/filebeat:7.12.0 说明:因为filebeat的配置文件修改需要权限,我们不能直接在容器中修改,所以我们就临时启 阅读全文
摘要:
#参考资料地址 #https://blog.csdn.net/yprufeng?type=blog #总结版本 修改系统句柄数 说明:linux系统默认的可操作句柄数是65535,es集群默认的进程句柄数需要至少为262144个,如果我们想正常启动es集群,我们需要调大这个参数。 命令: echo 阅读全文