diff --git a/website/cue/reference/components/sources/syslog.cue b/website/cue/reference/components/sources/syslog.cue index c98751a59b613..4a8504dd6f3ff 100644 --- a/website/cue/reference/components/sources/syslog.cue +++ b/website/cue/reference/components/sources/syslog.cue @@ -103,7 +103,7 @@ components: sources: syslog: { } } source_ip: { - 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.)" + description: "The IP address of the client. In the case where `mode` = `\"unix\"` the socket path will be used." required: true type: string: { examples: ["127.0.0.1"]