Skip to content

Instantly share code, notes, and snippets.

@jlintz
Created September 12, 2014 22:05
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 jlintz/c701496a3db26ff0a20e to your computer and use it in GitHub Desktop.
Save jlintz/c701496a3db26ff0a20e to your computer and use it in GitHub Desktop.
ES settings
{
"cluster_name" : "logstash_es",
"nodes" : {
"6jWU0ynDQpqnlaDQh6bu9w" : {
"name" : "logstashesslow04-logstash_es",
"transport_address" : "inet[logstashesslow04.chartbeat.net/:9300]",
"host" : "logstashesslow04.chartbeat.net",
"ip" : "",
"version" : "1.3.0",
"build" : "1265b14",
"http_address" : "inet[/:9200]",
"attributes" : {
"rack_id" : "us-east-1d",
"node_type" : "slow",
"master" : "false"
},
"settings" : {
"index" : {
"refresh_interval" : "10s"
},
"node" : {
"data" : "true",
"rack_id" : "us-east-1d",
"node_type" : "slow",
"master" : "false",
"name" : "logstashesslow04-logstash_es"
},
"transport" : {
"tcp" : {
"compress" : "true"
}
},
"name" : "logstashesslow04-logstash_es",
"pidfile" : "/var/run/elasticsearch-logstash_es.pid",
"path" : {
"data" : "/elasticsearch/logstash_es",
"work" : "/tmp/elasticsearch-logstash_es",
"home" : "/usr/share/elasticsearch",
"conf" : "/etc/elasticsearch/logstash_es",
"logs" : "/mnt/logs/elasticsearch"
},
"cluster" : {
"routing" : {
"allocation" : {
"node_initial_primaries_recoveries" : "5",
"awareness" : {
"attributes" : "rack_id"
},
"node_concurrent_recoveries" : "10"
}
},
"name" : "logstash_es"
},
"config" : "/etc/elasticsearch/logstash_es/elasticsearch.yml",
"cloud" : {
"aws" : {
"region" : "us-east-1"
}
},
"indices" : {
"fielddata" : {
"cache" : {
"expire" : "1h"
}
},
"cache" : {
"filter" : {
"expire" : "6h"
}
},
"store" : {
"throttle" : {
"max_bytes_per_sec" : "60mb"
}
},
"recovery" : {
"concurrent_streams" : "10",
"max_bytes_per_sec" : "80mb"
},
"memory" : {
"index_buffer_size" : "50%"
}
},
"discovery" : {
"type" : "ec2",
"zen" : {
"minimum_master_nodes" : "2",
"multicast" : {
"enabled" : "false"
}
},
"ec2" : {
"ping_timeout" : "60s",
"groups" : [ "logstash_es", "logstash" ]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment