moby--moby/daemon/logger
Sebastiaan van Stijn 3e47a7505e
daemon/logger/fluentd: remove udp, tcp+tls, unixgram, add tls scheme
unix and unixgram were added in cb176c848e, but at
the time, the driver only supported "tcp" and "unix":
cb176c848e/vendor/src/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L243-L261)

support for tls was added in github.com/fluent/fluent-logger-golang v1.8.0, which
was vendored in e24d61b7ef.

the list of currently supported schemes by the driver is: tcp, tls and unix:
5179299b98/vendor/github.com/fluent/fluent-logger-golang/fluent/fluent.go (L435-L463)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-11 18:02:13 +02:00
..
awslogs daemon/logger/awslogs: suppress false positive on hardcoded creds (gosec) 2022-02-08 09:43:22 +01:00
etwlogs
fluentd daemon/logger/fluentd: remove udp, tcp+tls, unixgram, add tls scheme 2022-04-11 18:02:13 +02:00
gcplogs
gelf daemon/logger/gelf: remove uses of pkg/urlutil.IsTransportURL() 2022-04-11 17:42:41 +02:00
journald
jsonfilelog
local
logentries
loggerutils daemon/logger: fix data race in LogFile 2022-03-03 14:56:25 -05:00
splunk daemon/logger/splunk: remove uses of pkg/urlutil.IsURL() 2022-04-11 17:42:50 +02:00
syslog daemon/logger/syslog: remove uses of pkg/urlutil.IsTransportURL() 2022-04-11 17:48:40 +02:00
templates staticcheck: ignore "SA1019: strings.Title is deprecated" 2022-03-16 12:11:54 +01:00
adapter.go
adapter_test.go
copier.go
copier_test.go
factory.go
log_cache_opts.go
logger.go daemon/logger: fix data race in LogFile 2022-03-03 14:56:25 -05:00
logger_error.go
logger_test.go
loginfo.go
metrics.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go