Skip to content

Commit e04a403

Browse files
committed
Dropped the logs- prefix now in the logs-kafka namespace
1 parent 8878b5c commit e04a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logs-streaming/filebeat-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
- /var/lib/docker/containers/*/*.log
1414
symlinks: true
1515
# reduce the risk for aggregation recursion: match pod names to exclude own's logs + test logs
16-
exclude_files: ['^(.*\/)?logs-','^(.*\/)?test-']
16+
exclude_files: ['^(.*\/)?logs-','^(.*\/)?filebeat-','^(.*\/)?test-']
1717
1818
processors:
1919
- add_kubernetes_metadata:

0 commit comments

Comments
 (0)