]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
added elk config
authorsamuel.bufe <samuel.bufe@publicispixelpark.de>
Fri, 12 Aug 2016 10:29:54 +0000 (12:29 +0200)
committersamuel.bufe <samuel.bufe@publicispixelpark.de>
Fri, 12 Aug 2016 10:29:54 +0000 (12:29 +0200)
customer/elk/common.yaml
customer/elk/vm-elk-01.pixelpark.net.yaml
customer/elk/vm-elk-02.pixelpark.net.yaml

index 0fdf6d5fb871420b95e4005c4c49a300dae6928e..5dbe518f60f2c1e8148d4d425a1178cb1328a0c7 100644 (file)
@@ -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
 
index d9213d31646aecd9ec3f4bbf165ce48f85b3d36b..13be104086792f9b7f150a0b6bf053ca5090f9e4 100644 (file)
@@ -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"]
index 95197c0cbffd72adfe692f1edba37ef7ef627024..ab0e95bd776d25ae0875bb6e93618d5c1a4fec85 100644 (file)
@@ -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"]