]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
enabled elastic http access
authorsamuel.bufe <samuel.bufe@publicispixelpark.de>
Wed, 10 Aug 2016 09:15:29 +0000 (11:15 +0200)
committersamuel.bufe <samuel.bufe@publicispixelpark.de>
Wed, 10 Aug 2016 09:15:29 +0000 (11:15 +0200)
customer/elk/common.yaml

index e7b1a88b93c7d7564f819746f0d67158fd0eb8c9..75172de7a73da7c09c3f0bffef468a470dbb0a4a 100644 (file)
@@ -10,8 +10,8 @@ redis::bind: 0.0.0.0
 elasticsearch::manage_repo: true
 elasticsearch::restart_on_change: true
 elasticsearch::repo_version: '2.x'
-elasticsearch::instance:
-  es-01
+elasticsearch::instances:
+  'es-01': {}
 
 elasticsearch::config:
   cluster.name: "elk-logstash"
@@ -29,6 +29,9 @@ elasticsearch::config:
   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
 
 
 logstash::manage_repo: true