You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs, syslog source): Correct docs for syslog_ip (vectordotdev#18003)
For UDP/TCP connections it will contain the IP address of the connection
client. There is no
fallback to `hostname` that I can see (nor could I get it to fallback
during testing).
Signed-off-by: Jesse Szwedko <[email protected]>
Signed-off-by: Jesse Szwedko <[email protected]>
description: "The upstream hostname. In the case where `mode` = `\"unix\"` the socket path will be used. (`host` is also this value if `hostname` does not exist in the log.)"
106
+
description: "The IP address of the client. In the case where `mode` = `\"unix\"` the socket path will be used."
0 commit comments