Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
(cherry picked from commit 396ffa2faf4b16bf6d6dbd813e967038bb2b4034)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -200,7 +200,7 @@ __docker_get_log_options() {
|
| 200 | 200 |
local -a awslogs_options fluentd_options gelf_options journald_options json_file_options syslog_options splunk_options |
| 201 | 201 |
|
| 202 | 202 |
awslogs_options=("awslogs-region" "awslogs-group" "awslogs-stream")
|
| 203 |
- fluentd_options=("env" "fluentd-address" "labels" "tag")
|
|
| 203 |
+ fluentd_options=("env" "fluentd-address" "fluentd-async-connect" "fluentd-buffer-limit" "fluentd-retry-wait" "fluentd-max-retries" "labels" "tag")
|
|
| 204 | 204 |
gcplogs_options=("env" "gcp-log-cmd" "gcp-project" "labels")
|
| 205 | 205 |
gelf_options=("env" "gelf-address" "labels" "tag")
|
| 206 | 206 |
journald_options=("env" "labels")
|