We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8878b5c commit e04a403Copy full SHA for e04a403
logs-streaming/filebeat-config.yml
@@ -13,7 +13,7 @@ data:
13
- /var/lib/docker/containers/*/*.log
14
symlinks: true
15
# reduce the risk for aggregation recursion: match pod names to exclude own's logs + test logs
16
- exclude_files: ['^(.*\/)?logs-','^(.*\/)?test-']
+ exclude_files: ['^(.*\/)?logs-','^(.*\/)?filebeat-','^(.*\/)?test-']
17
18
processors:
19
- add_kubernetes_metadata:
0 commit comments