Skip to main content

enable

inctl cluster syslog enable

Enable sending syslog messages.

Synopsis

Configure which syslog server should receive log messages from the cluster.

inctl cluster syslog enable [flags]

Options

      --format string      Format to use for the syslog connection. Valid values are rfc5424 and rfc3164. (default "rfc5424")
-h, --help help for enable
--host string Address of the receiving syslog server.
--port int Port of the receiving syslog server. (default 514)
--transport string Transport to use for the syslog connection. Valid values are tcp and udp. (default "tcp")

Options inherited from parent commands

      --cluster string   Name of cluster to upgrade.
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO