From e04a40357d191675d5513702c67cdc44ebf8a64b Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sat, 4 Nov 2017 17:23:52 +0100 Subject: Dropped the logs- prefix now in the logs-kafka namespace --- logs-streaming/filebeat-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3