From 14ba9201d88bfb1fd85e91cf42cd0e1c96a06423 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Fri, 12 Aug 2016 12:29:54 +0200 Subject: [PATCH] added elk config --- customer/elk/common.yaml | 21 --------------------- customer/elk/vm-elk-01.pixelpark.net.yaml | 19 +++++++++++++++++++ customer/elk/vm-elk-02.pixelpark.net.yaml | 19 +++++++++++++++++++ 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 0fdf6d5f..5dbe518f 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -19,27 +19,6 @@ elasticsearch::plugins: 'mobz/elasticsearch-head': instances: 'es-01' -elasticsearch::config: - cluster.name: "elk-logstash" - node.name: "%{fqdn}" - node.master: true - node.data: true - index.number_of_shards: 2 - bootstrap.mlockall: true - indices.memory.index_buffer_size: "50%" - path.data: /opt/database/data/elastisearch/data - index.translog.flush_threshold_ops: 50000 - threadpool.search.type: fixed - threadpool.search.size: 20 - threadpool.search.queue_size: 100 - threadpool.index.type: fixed - threadpool.index.size: 60 - threadpool.index.queue_size: 200 - http.port: '9200' - http.enabled: "true" - http.host: 0.0.0.0 - transport.host: 0.0.0.0 - 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 index d9213d31..13be1040 100644 --- a/customer/elk/vm-elk-01.pixelpark.net.yaml +++ b/customer/elk/vm-elk-01.pixelpark.net.yaml @@ -1,2 +1,21 @@ elasticsearch::config: + cluster.name: "elk-logstash" + node.name: "%{fqdn}" + node.master: true + node.data: true + index.number_of_shards: 2 + bootstrap.mlockall: true + indices.memory.index_buffer_size: "50%" + path.data: /opt/database/data/elastisearch/data + index.translog.flush_threshold_ops: 50000 + threadpool.search.type: fixed + threadpool.search.size: 20 + threadpool.search.queue_size: 100 + threadpool.index.type: fixed + threadpool.index.size: 60 + threadpool.index.queue_size: 200 + http.port: '9200' + http.enabled: "true" + http.host: 0.0.0.0 + transport.host: 0.0.0.0 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 index 95197c0c..ab0e95bd 100644 --- a/customer/elk/vm-elk-02.pixelpark.net.yaml +++ b/customer/elk/vm-elk-02.pixelpark.net.yaml @@ -1,2 +1,21 @@ elasticsearch::config: + cluster.name: "elk-logstash" + node.name: "%{fqdn}" + node.master: true + node.data: true + index.number_of_shards: 2 + bootstrap.mlockall: true + indices.memory.index_buffer_size: "50%" + path.data: /opt/database/data/elastisearch/data + index.translog.flush_threshold_ops: 50000 + threadpool.search.type: fixed + threadpool.search.size: 20 + threadpool.search.queue_size: 100 + threadpool.index.type: fixed + threadpool.index.size: 60 + threadpool.index.queue_size: 200 + http.port: '9200' + http.enabled: "true" + http.host: 0.0.0.0 + transport.host: 0.0.0.0 discovery.zen.ping.unicast.hosts: ["93.188.104.52"] -- 2.39.5