Skip to content

Commit

Permalink
Apply @include conf.d/* change
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed Dec 16, 2018
1 parent 2bf1b46 commit 2d0ee98
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-cloudwatch/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type cloudwatch_logs
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-elasticsearch/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type elasticsearch
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-gcs/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
# docs: https://github.com/daichirata/fluent-plugin-gcs
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-graylog/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type gelf
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-kafka/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type kafka_buffered
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-kinesis/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type kinesis_streams
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-logentries/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type logentries
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-loggly/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type loggly
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-logzio/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type logzio_buffered
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-papertrail/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf


## Capture audit logs
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-s3/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
# docs: https://docs.fluentd.org/v0.12/articles/out_s3
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-stackdriver/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type google_cloud
Expand Down
1 change: 1 addition & 0 deletions docker-image/v1.3/debian-syslog/conf/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

@include systemd.conf
@include kubernetes.conf
@include conf.d/*.conf

<match **>
@type kubernetes_remote_syslog
Expand Down

0 comments on commit 2d0ee98

Please sign in to comment.