KmsgLogConfig
KmsgLogConfig is a event sink config document.
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 | The URL encodes the log destination.The scheme must be tcp:// or udp://.The path must be empty. The port is required. Show example(s)
|
Last modified December 5, 2023: docs: rework machine config documentation generation (46121c9fe)