Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
add missing exclude options to kubelet logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Reno committed Apr 13, 2018
1 parent 296486f commit ced3304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf.d/systemd/source.systemd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,9 @@
source_category kubelet
source_name k8s_kubelet
source_category_prefix "#{ENV['SOURCE_CATEGORY_PREFIX']}"
exclude_namespace_regex "#{ENV['EXCLUDE_NAMESPACE_REGEX']}"
exclude_facility_regex "#{ENV['EXCLUDE_FACILITY_REGEX']}"
exclude_host_regex "#{ENV['EXCLUDE_HOST_REGEX']}"
exclude_priority_regex "#{ENV['EXCLUDE_PRIORITY_REGEX']}"
exclude_unit_regex "#{ENV['EXCLUDE_UNIT_REGEX']}"
</filter>

Expand Down

0 comments on commit ced3304

Please sign in to comment.