From b416dc81673e0cc12dd691265bf92492f72af31d Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Thu, 11 Aug 2016 16:14:38 +0200 Subject: [PATCH] fixed unicast discovery, again --- customer/elk/common.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index b8cc1a13..7610768e 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -39,10 +39,7 @@ elasticsearch::config: http.port: '9200' http.enabled: "true" http.host: 0.0.0.0 - discovery.zen.ping.unicast.hosts: - - "93.188.104.53" - - "93.188.104.52" - + discovery.zen.ping.unicast.hosts: ["93.188.104.53", "93.188.104.52"] logstash::manage_repo: true logstash::java_install: true -- 2.39.5