Skip to content

Commit

Permalink
Dropped the logs- prefix now in the logs-kafka namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 4, 2017
1 parent 8878b5c commit e04a403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs-streaming/filebeat-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e04a403

Please sign in to comment.