docs(inputs.syslog): mention usage of tcp4/6 (#12168)

fixes: #5934
This commit is contained in:
Joshua Powers 2022-11-03 13:47:58 -06:00 committed by GitHub
parent a3a60c0ca9
commit 140c7334c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## ex: server = "tcp://localhost:6514"
## server = "udp://:6514"
## server = "unix:///var/run/telegraf-syslog.sock"
## When using tcp, consider using 'tcp4' or 'tcp6' to force the usage of IPv4
## or IPV6 respectively. There are cases, where when not specified, a system
## may force an IPv4 mapped IPv6 address.
server = "tcp://:6514"
## TLS Config

View File

@ -5,6 +5,9 @@
## ex: server = "tcp://localhost:6514"
## server = "udp://:6514"
## server = "unix:///var/run/telegraf-syslog.sock"
## When using tcp, consider using 'tcp4' or 'tcp6' to force the usage of IPv4
## or IPV6 respectively. There are cases, where when not specified, a system
## may force an IPv4 mapped IPv6 address.
server = "tcp://:6514"
## TLS Config