摘要:
因业务需要,我们现有得服务器上一个节点上装了多个服务,前后端都有涉及,因此就需要用 filebeat 将这些日志收集起来生成不一样得索引,配置如下(仅供参考): input: filebeat.inputs: # Each - is an input. Most options can be set 阅读全文
摘要:
操作系统:centos7 1、准备mysql镜像及mysqld_exporter安装包 2、构建镜像 1)编写Dockerfile ~]# mkdir -p /data/file ~]# cd /data/file/ file]# vim Dockerfile FROM mysql:5.7.21 A 阅读全文