From 6625136d803dbc605e366e5afe2ef709767ad101 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Fri, 13 Feb 2015 11:15:47 -0800 Subject: [PATCH] Enabled Elasticsearch cluster level logging for e2e test clusters --- cluster/gce/config-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 30e5ae86a93..a2f6df643c7 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -55,7 +55,7 @@ ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}" LOGGING_DESTINATION="${KUBE_LOGGING_DESTINATION:-elasticsearch}" # options: elasticsearch, gcp # Optional: When set to true, Elasticsearch and Kibana will be setup as part of the cluster bring up. -ENABLE_CLUSTER_LOGGING="${KUBE_ENABLE_CLUSTER_LOGGING:-false}" +ENABLE_CLUSTER_LOGGING="${KUBE_ENABLE_CLUSTER_LOGGING:-true}" ELASTICSEARCH_LOGGING_REPLICAS=1 # Don't require https for registries in our local RFC1918 network