Skip to content

Instantly share code, notes, and snippets.

@schonfeld
Created July 23, 2014 13:37
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 schonfeld/ef8f012eb0775be202ce to your computer and use it in GitHub Desktop.
Save schonfeld/ef8f012eb0775be202ce to your computer and use it in GitHub Desktop.
conf
# Cluster settings
cluster.name: es.gce-us-central
cloud:
gce:
project_id: socialrank-prod
zone: us-central1-a
discovery:
type: gce
gce:
tags: coreos-prod
discovery.zen.minimum_master_nodes: 2
# Indices settings
indices.memory.index_buffer_size: 30%
indices.memory.min_shard_index_buffer_size: 12mb
indices.memory.min_index_buffer_size: 96mb
# Cache Sizes
indices.fielddata.cache.size: 15%
indices.cache.filter.size: 15%
indices.cache.filter.terms.size: 1024mb
# Indexing Settings for Writes
index.refresh_interval: 30s
index.translog.flush_threshold_ops: 50000
# SR App specific needs
script.disable_dynamic: false
# ES Optimization
bootstrap.mlockall: true
path:
logs: /data/log
data: /data/data
# Auth Settings
http.basic.enabled: true
http.basic.user: [redacted]
http.basic.password: [redacted]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment