> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> KmsgLogConfig is a event sink config document.

# KmsgLogConfig

```yaml theme={null}
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.
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`name`</td>
      <td>string</td>
      <td>Name of the config document.</td>

      <td />
    </tr>

    <tr>
      <td>`url`</td>
      <td>URL</td>
      <td>The URL encodes the log destination.<br />The scheme must be tcp\:// or udp\://.<br />The path must be empty.<br />The port is required.</td>

      <td />
    </tr>
  </tbody>
</table>
