Back to Talos

KmsgLogConfig

website/content/v1.13/reference/configuration/runtime/kmsglogconfig.md

1.13.0640 B
Original Source
<!-- markdownlint-disable -->

{{< highlight 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. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of the config document.
urlURLThe URL encodes the log destination.
The scheme must be tcp:// or udp://.
The path must be empty.
The port is required. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
url: udp://10.3.7.3:2810
{{< /highlight >}}</details>