From: samuel.bufe Date: Fri, 12 Aug 2016 10:26:13 +0000 (+0200) Subject: added vm-elk-01 and 02 X-Git-Tag: v0.1.0~4314 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4eeb4971ed23344c55f6316727e3caa6f3cccd73;p=pixelpark%2Fhiera.git added vm-elk-01 and 02 --- 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"]