'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
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"]
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"]