From fc8311f631f9fca6d488d1816b13cf08221e8842 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 22 Sep 2023 18:05:20 +0800 Subject: [PATCH] filebeat --- dev-upgrade/elastic/filebeat.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-upgrade/elastic/filebeat.yaml b/dev-upgrade/elastic/filebeat.yaml index 704557c..1bdb65f 100644 --- a/dev-upgrade/elastic/filebeat.yaml +++ b/dev-upgrade/elastic/filebeat.yaml @@ -79,18 +79,15 @@ spec: subPath: filebeat.yml - name: data mountPath: /usr/share/filebeat/data - - name: app_logs + - name: app-logs mountPath: /data/app_logs readOnly: true - - name: varlog - mountPath: /var/log - readOnly: true volumes: - name: config configMap: defaultMode: 0640 name: filebeat-config - - name: app_logs + - name: app-logs hostPath: path: /data/app_logs - name: data