Back to Talos

EventSinkConfig

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

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

{{< highlight yaml >}} apiVersion: v1alpha1 kind: EventSinkConfig endpoint: 192.168.10.3:3247 # The endpoint for the event sink as 'host:port'. {{< /highlight >}}

FieldTypeDescriptionValue(s)
endpointstringThe endpoint for the event sink as 'host:port'. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
endpoint: 10.3.7.3:2810
{{< /highlight >}}</details>