Skip to content

Instantly share code, notes, and snippets.

@folke
Created April 10, 2013 05:12
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 folke/5351982 to your computer and use it in GitHub Desktop.
Save folke/5351982 to your computer and use it in GitHub Desktop.
bootstrap.mlockall: true
# Cluster Settings
cluster:
name: engagor
routing:
allocation:
node_initial_primaries_recoveries: 100
node_concurrent_recoveries: 20
cluster_concurrent_rebalance: 2
indices:
recovery.concurrent_streams: 5
memory:
min_shard_index_buffer_size: 1mb
index_buffer_size: 20%
transport.tcp.connect_timeout: 30s
network:
bind_host: 0.0.0.0
publish_host: _eth0:ipv4_
gateway:
type: local
recover_after_nodes: 15
recover_after_time: 1m
expected_nodes: 20
node:
data: true
http:
enabled: true
index:
number_of_shards: 1
number_of_replicas: 1
term_index_interval: 256
term_index_divisor: 2
fielddata.cache.expire: 5m
cache:
field:
expire: 5m
filter:
expire: 5m
discovery:
type: zen
zen:
minimum_master_nodes: 18
ping:
unicast:
hosts: 10.10.10.2:9300,10.10.10.3:9300,10.10.10.4:9300,10.10.10.5:9300,10.10.10.6:9300,10.10.10.8:9300,10.10.10.9:9300,10.10.10.10:9300,10.10.10.11:9300,10.10.10.12:9300,10.10.10.13:9300,10.10.10.14:9300,10.10.10.16:9300,10.10.10.17:9300
timeout: 2m
ping_timeout: 2m
fd:
ping_interval: 5s
ping_timeout: 2m
ping_retries: 5
index.search.slowlog.level: TRACE
index.search.slowlog.threshold.query.warn: 10s
index.search.slowlog.threshold.query.info: 5s
index.search.slowlog.threshold.query.debug: 2s
index.search.slowlog.threshold.query.trace: 500ms
index.search.slowlog.threshold.fetch.warn: 1s
index.search.slowlog.threshold.fetch.info: 800ms
index.search.slowlog.threshold.fetch.debug: 500ms
index.search.slowlog.threshold.fetch.trace: 200ms
index.indexing.slowlog.threshold.index.warn: 10s
index.indexing.slowlog.threshold.index.info: 5s
index.indexing.slowlog.threshold.index.debug: 2s
index.indexing.slowlog.threshold.index.trace: 500ms
################################# GC Logging ################################
monitor.jvm.gc.ParNew.warn: 1000ms
monitor.jvm.gc.ParNew.info: 700ms
monitor.jvm.gc.ParNew.debug: 400ms
monitor.jvm.gc.ConcurrentMarkSweep.warn: 10s
monitor.jvm.gc.ConcurrentMarkSweep.info: 5s
monitor.jvm.gc.ConcurrentMarkSweep.debug: 2s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment