try async-connect for container logging to fluentd

This commit is contained in:
2017-11-11 09:34:46 -05:00
parent 1d814563e4
commit 785db4ec18
10 changed files with 21 additions and 0 deletions

View File

@@ -45,4 +45,5 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: dkregistry

View File

@@ -31,4 +31,5 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: gitea

View File

@@ -47,4 +47,5 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: letsencrypt-update

View File

@@ -33,6 +33,7 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: nextcloud
collabora:

View File

@@ -20,6 +20,7 @@ services:
- /opt/shared/logs:/fluentd/log
ports:
- "24224:24224"
- "24224:24224/udp"
deploy:

View File

@@ -24,6 +24,7 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: sslproxy
# logging:

View File

@@ -35,4 +35,5 @@ services:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: dkui