Skip to content

Instantly share code, notes, and snippets.

@jjheinon
jjheinon / cluster settings
Created December 16, 2013 21:23
Fix for cluster node status timeout
curl -XPUT testnode00:9200/_cluster/settings -d '
{
"persistent":{
"threadpool.get.queue_size":"1000",
"threadpool.search.queue_size":"100",
"threadpool.index.size":"50",
"threadpool.search.type":"fixed",
"threadpool.index.queue_size":"100",
"threadpool.search.size":"600",
"threadpool.search.reject_policy":"caller",
@jjheinon
jjheinon / elasticsearch.yml
Last active December 31, 2015 12:58
Elasticsearch config
##################### ElasticSearch Configuration Example #####################
# This file contains an overview of various configuration settings,
# targeted at operations staff. Application developers should
# consult the guide at <http://elasticsearch.org/guide>.
#
# The installation procedure is covered at
# <http://elasticsearch.org/guide/reference/setup/installation.html>.
#
# ElasticSearch comes with reasonable defaults for most settings,