Skip to content

Instantly share code, notes, and snippets.

@willejs
Created September 19, 2013 14:02
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 willejs/f765425a7e265deb2627 to your computer and use it in GitHub Desktop.
Save willejs/f765425a7e265deb2627 to your computer and use it in GitHub Desktop.
######################### ElasticSearch Configuration ########################
# This file is managed by Chef, do not edit manually, your changes *will* be overwritten!
#
# Please see the source file for context and more information:
#
# https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml
#
# To set configurations not exposed by this template, set the
# `node.elasticsearch[:custom_config]` attribute in your node configuration,
# `elasticsearch/settings` data bag, role/environment definition, etc:
#
# // ...
# 'threadpool.index.type' => 'fixed',
# 'threadpool.index.size' => '2'
# // ...
################################### Cluster ###################################
cluster.name: logstash
#################################### Node #####################################
node.name: expungedprefix-14.use1a.expungeddomain.net
node.max_local_storage_nodes: 1
#################################### Index ####################################
index.mapper.dynamic: true
action.auto_create_index: true
action.disable_delete_all_indices: true
#################################### Paths ####################################
path.conf: /usr/local/etc/elasticsearch
path.data: /usr/local/var/data/elasticsearch
path.logs: /usr/local/var/log/elasticsearch
#################################### Plugin ###################################
plugin.mandatory: cloud-aws
################################### Memory ####################################
bootstrap.mlockall: true
############################## Network And HTTP ###############################
################################### Gateway ###################################
gateway.expected_nodes: 1
############################# Recovery Throttling #############################
################################## Discovery ##################################
discovery.type: ec2
discovery.zen.minimum_master_nodes: 1
discovery.zen.ping.multicast.enabled: true
cloud.node.auto_attributes: true
cloud.aws.access_key: expunged
cloud.aws.secret_key: expunged
cloud.aws.region: us-east-1
discovery.ec2.tag.es_cluster: logstash
################################## Slow Log ###################################
################################## GC Logging #################################
################################## JMX ########################################
################################## Custom #####################################
indices.fielddata.cache.size: 40%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment