From: samuel.bufe Date: Thu, 11 Aug 2016 09:22:13 +0000 (+0200) Subject: added plugins and enabled cluster discovery X-Git-Tag: v0.1.0~4328^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7008a3ea45d5d17cd99dda77bd448c934a17ff8b;p=pixelpark%2Fhiera.git added plugins and enabled cluster discovery --- diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index c66688aa..94bd3de3 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -15,6 +15,10 @@ elasticsearch::instances: elasticsearch::plugins: 'lmenezes/elasticsearch-kopf': instances: 'es-01' + 'mobz/elasticsearch-head': + instances: 'es-01' + 'lukas-vlcek/bigdesk': + instances: 'es-01' elasticsearch::config: cluster.name: "elk-logstash" @@ -35,6 +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"]' logstash::manage_repo: true