> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> KmsgLogConfig is a event sink config document.

# KmsgLogConfig

```yaml
apiVersion: v1alpha1
kind: KmsgLogConfig
name: remote-log # Name of the config document.
url: tcp://192.168.3.7:3478/ # The URL encodes the log destination.
```

| Field  | Type   | Description                                                                                                                                                                                                                                              | Value(s) |
| ------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `name` | string | Name of the config document.                                                                                                                                                                                                                             |          |
| `url`  | URL    | <details><summary>The URL encodes the log destination.</summary>The scheme must be tcp\:// or udp\://.<br />The path must be empty.<br />The port is required.</details> <details><summary>Show example(s)</summary>`url: udp://10.3.7.3:2810`</details> |          |
