jinnery

Results 3 issues of jinnery

I am add config to fluentd config file use fluent-ctl restart pid or fluent-ctl reload pid Cannot take effect and the port Cannot release 2022-04-24 10:43:48 +0800 [info]: #0 fluentd...

EFK文章部分,配置有问题。默认如下配置是没权限读取的 /var/log/containers下面的日志文件是软连接,挂载到容器里面根本读不到。 原始文件是在/var/lib/docker/containers下面。 还需要挂载这个目录. ##########原始内容############ containers: - name: fluentd image: quay.io/fluentd_elasticsearch/fluentd:v3.4.0 volumeMounts: - name: fluentconfig mountPath: /etc/fluent/config.d - name: varlog mountPath: /var/log volumes: - name: fluentconfig configMap: name: fluentd-conf -...

Question 1: I want to see the CPU metrics for each virtual server. As shown in the figure below: ![image](https://user-images.githubusercontent.com/18481273/111738899-18ba6f80-88bd-11eb-8e13-c35b11178458.png) Question 2: Currently, module statistics and performance reports information in...

enhancement
untriaged