diff --git a/docs/sources/reference/components/otelcol/otelcol.receiver.syslog.md b/docs/sources/reference/components/otelcol/otelcol.receiver.syslog.md index 3016430ea..adb86698b 100644 --- a/docs/sources/reference/components/otelcol/otelcol.receiver.syslog.md +++ b/docs/sources/reference/components/otelcol/otelcol.receiver.syslog.md @@ -98,8 +98,8 @@ The following arguments are supported: | `one_log_per_packet` | `bool` | Skip log tokenization, improving performance when messages always contain one log and multiline is not used. | `false` | no | | `add_attributes` | `bool` | Add net.* attributes to log messages according to OpenTelemetry semantic conventions. | `false` | no | | `encoding` | `string` | The encoding of the syslog messages. | `utf-8` | no | -| `preserve_leading_whitespaces` | `bool` | Trims leading whitespace on messages unless this is set to `true`. | `false` | no | -| `preserve_trailing_whitespaces` | `bool` | Trims trailing whitespace on messages unless this is set to `true`. | `false` | no | +| `preserve_leading_whitespaces` | `bool` | Preserves leading whitespace in messages when set to `true` | `false` | no | +| `preserve_trailing_whitespaces` | `bool` | Preserves trailing whitespace in messages when set to `true` | `false` | no | The `encoding` argument specifies the encoding of the incoming syslog messages. `encoding` must be one of `utf-8`, `utf-16le`, `utf-16be`, `ascii`, `big5`, `nop`. @@ -145,8 +145,8 @@ The following arguments are supported: | `one_log_per_packet` | `bool` | Skip log tokenization, improving performance when messages always contain one log and multiline is not used. | `false` | no | | `add_attributes` | `bool` | Add net.* attributes to log messages according to OpenTelemetry semantic conventions. | `false` | no | | `encoding` | `string` | The encoding of the syslog messages. | `utf-8` | no | -| `preserve_leading_whitespaces` | `bool` | Trims leading whitespace on messages unless this is set to `true`. | `false` | no | -| `preserve_trailing_whitespaces` | `bool` | Trims trailing whitespace on messages unless this is set to `true`. | `false` | no | +| `preserve_leading_whitespaces` | `bool` | Preserves leading whitespace in messages when set to `true` | `false` | no | +| `preserve_trailing_whitespaces` | `bool` | Preserves trailing whitespace in messages when set to `true` | `false` | no | The `encoding` argument specifies the encoding of the incoming syslog messages. `encoding` must be one of `utf-8`, `utf-16le`, `utf-16be`, `ascii`, `big5`, `nop`.