diff --git a/cookbook/deployment/configure_logging_links.py b/cookbook/deployment/configure_logging_links.py index 97cc84860..ee8222fb7 100644 --- a/cookbook/deployment/configure_logging_links.py +++ b/cookbook/deployment/configure_logging_links.py @@ -62,7 +62,7 @@ templateUris: - "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log" - "https://some-other-source/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log" - messageFormat: "json" # "unknown" | "csv" | "json" + messageFormat: 0 # this parameter is optional, but use 0 for "unknown", 1 for "csv", or 2 for "json" .. tip::