From 4d9dc8ab96dfeffa7600edb53656fd1dba33ae22 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Fri, 29 Jan 2021 10:48:24 -0500 Subject: [PATCH] Remove invalid hostname from default promtail configuration (#3254) Signed-off-by: Dave Henderson --- production/ksonnet/promtail/config.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/ksonnet/promtail/config.libsonnet b/production/ksonnet/promtail/config.libsonnet index 54c77c3986fd..b14e6f4ce4f4 100644 --- a/production/ksonnet/promtail/config.libsonnet +++ b/production/ksonnet/promtail/config.libsonnet @@ -10,7 +10,7 @@ username:: '', password:: '', scheme:: 'https', - hostname:: 'logs-us-west1.grafana.net', + hostname:: error 'must define a valid hostname', external_labels: {}, }], container_root_path: '/var/lib/docker',