Skip to content

Commit a1d3c3a

Browse files
authored
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]>
1 parent 9a6ffad commit a1d3c3a

File tree

1 file changed

+1
-1
lines changed
  • website/cue/reference/components/sources

1 file changed

+1
-1
lines changed

website/cue/reference/components/sources/syslog.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ components: sources: syslog: {
103103
}
104104
}
105105
source_ip: {
106-
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."
107107
required: true
108108
type: string: {
109109
examples: ["127.0.0.1"]

0 commit comments

Comments
 (0)