Skip to content

Instantly share code, notes, and snippets.

@samuraiii
Created April 7, 2016 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuraiii/3c5da0c98ff5f073711182750016002a to your computer and use it in GitHub Desktop.
Save samuraiii/3c5da0c98ff5f073711182750016002a to your computer and use it in GitHub Desktop.
2014-04-07 ES yml
### MANAGED BY PUPPET ###
---
action:
destructive_requires_name: true
disable_delete_all_indices: true
bootstrap:
mlockall: true
cluster:
name: elastic-farm
routing:
allocation:
awareness:
attributes: rack_id
disk:
threshold_enabled: true
watermark:
high: 1500mb
low: 2048mb
node_concurrent_recoveries: 4
discovery:
zen:
minimum_master_nodes: 2
ping:
multicast:
enabled: false
unicast:
hosts: ["elastic01", "elastic03", "kibana"]
gateway:
expected_nodes: 5
recover_after_nodes: 3
recover_after_time: 5m
index:
codec: best_compression
merge:
scheduler:
max_thread_count: 1
store:
compress:
stored: true
tv: true
translog:
flush_threshold_size: 2gb
network:
host: ::0
node:
data: true
master: true
name: elastic01
rack_id: elastic_01_02
path:
data: /elastic/elasticfarm-01
repo: [ "/logy/elastic.bak" ]
script:
engine:
groovy:
inline:
aggs: true
groovy:
sandbox:
enabled: true
indexed: true
inline: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment