From 4eeb4971ed23344c55f6316727e3caa6f3cccd73 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Fri, 12 Aug 2016 12:26:13 +0200 Subject: [PATCH] added vm-elk-01 and 02 --- customer/elk/common.yaml | 1 - customer/elk/vm-elk-01.pixelpark.net.yaml | 2 ++ customer/elk/vm-elk-02.pixelpark.net.yaml | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 customer/elk/vm-elk-01.pixelpark.net.yaml create mode 100644 customer/elk/vm-elk-02.pixelpark.net.yaml diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index f7e6b6bd..0fdf6d5f 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -39,7 +39,6 @@ elasticsearch::config: http.enabled: "true" http.host: 0.0.0.0 transport.host: 0.0.0.0 - discovery.zen.ping.unicast.hosts: ["93.188.104.53", "93.188.104.52"] logstash::manage_repo: true logstash::java_install: true diff --git a/customer/elk/vm-elk-01.pixelpark.net.yaml b/customer/elk/vm-elk-01.pixelpark.net.yaml new file mode 100644 index 00000000..d9213d31 --- /dev/null +++ b/customer/elk/vm-elk-01.pixelpark.net.yaml @@ -0,0 +1,2 @@ +elasticsearch::config: + discovery.zen.ping.unicast.hosts: ["93.188.104.53"] diff --git a/customer/elk/vm-elk-02.pixelpark.net.yaml b/customer/elk/vm-elk-02.pixelpark.net.yaml new file mode 100644 index 00000000..95197c0c --- /dev/null +++ b/customer/elk/vm-elk-02.pixelpark.net.yaml @@ -0,0 +1,2 @@ +elasticsearch::config: + discovery.zen.ping.unicast.hosts: ["93.188.104.52"] -- 2.39.5