Skip to content

Commit

Permalink
Update docs/sources/reference/components/otelcol/otelcol.receiver.sys…
Browse files Browse the repository at this point in the history
…log.md

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
dehaansa and clayton-cornell authored Dec 12, 2024
1 parent 1d0b32a commit f2942e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ 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` | Preserves leading whitespace in messages when 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.
Expand Down

0 comments on commit f2942e4

Please sign in to comment.