aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logs-streaming/filebeat-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/logs-streaming/filebeat-config.yml b/logs-streaming/filebeat-config.yml
index 828bdc0..e141403 100644
--- a/logs-streaming/filebeat-config.yml
+++ b/logs-streaming/filebeat-config.yml
@@ -13,7 +13,7 @@ data:
- /var/lib/docker/containers/*/*.log
symlinks: true
# reduce the risk for aggregation recursion: match pod names to exclude own's logs + test logs
- exclude_files: ['^(.*\/)?logs-','^(.*\/)?test-']
+ exclude_files: ['^(.*\/)?logs-','^(.*\/)?filebeat-','^(.*\/)?test-']
processors:
- add_kubernetes_metadata: