Skip to content

Instantly share code, notes, and snippets.

@markwalkom
Forked from jprante/es-1.2-settings.md
Last active August 29, 2015 14:08
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 markwalkom/6819172040d728b71839 to your computer and use it in GitHub Desktop.
Save markwalkom/6819172040d728b71839 to your computer and use it in GitHub Desktop.

ES 1.2.x settings

Name Description
action.allow_id_generation -
action.auto_create_index -
action.bulk.compress -
action.destructive_requires_name http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_parameters.html#_parameters
action.disable_shutdown http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-shutdown.html#_disable_shutdown
action.get.realtime http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html#realtime
action.master.force_local -
action.replication_type -
action.wait_on_mapping_change -
action.write_consistency http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-delete.html#delete-consistency
bootstrap.mlockall http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#setup-configuration-memory
client.transport.sniff http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html#transport-client
client.transport.ignore_cluster_name http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html#transport-client
client.transport.ping_timeout http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html#transport-client
client.transport.nodes_sampler_interval http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html#transport-client
cluster.blocks.read_only http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_metadata
cluster.info.update.interval http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#disk
cluster.name http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#cluster-name
cluster.routing.allocation.balance.index http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_balanced_shards
cluster.routing.allocation.balance.primary http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_balanced_shards
cluster.routing.allocation.balance.shard http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_balanced_shards
cluster.routing.allocation.balance.threshold http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_balanced_shards
cluster.routing.allocation.type -
cluster.routing.allocation.awareness.attributes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#forced-awareness
cluster.routing.allocation.awareness.force.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#forced-awareness
cluster.routing.allocation.allow_rebalance http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#shards-allocation
cluster.routing.allocation.cluster_concurrent_rebalance http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#shards-allocation
cluster.routing.allocation.disable_new_allocation http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_disable_allocation
cluster.routing.allocation.disable_allocation http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_disable_allocation
cluster.routing.allocation.disable_replica_allocation http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_disable_allocation
cluster.routing.allocation.disk.threshold_enabled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#disk
cluster.routing.allocation.disk.watermark.low http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#disk
cluster.routing.allocation.disk.watermark.high http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#disk
cluster.routing.allocation.enable http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_enable_allocation
cluster.routing.allocation.require.* -
cluster.routing.allocation.include.* -
cluster.routing.allocation.exclude.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#allocation-filtering
cluster.routing.allocation.node_initial_primaries_recoveries http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#shards-allocation
cluster.routing.allocation.node_concurrent_recoveries http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-cluster.html#shards-allocation
cluster.routing.allocation.same_shard.host -
cluster.routing.allocation.snapshot.relocation_enabled -
cluster.routing.operation.type -
cluster.routing.operation.hash.type -
cluster.routing.operation.use_type -
discovery.type -
discovery.id.seed -
discovery.initial_state_timeout -
discovery.zen.ping.timeout http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#master-election
discovery.zen.publish_timeout http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#_cluster_state_updates
discovery.zen.join_timeout http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#master-election
discovery.zen.minimum_master_nodes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#master-election
discovery.zen.master_election.filter_client -
discovery.zen.master_election.filter_data -
discovery.zen.ping.multicast.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#multicast
discovery.zen.ping.unicast.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#unicast
gateway.type -
gateway.recover_after_data_nodes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html#modules-gateway
gateway.recover_after_nodes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html#modules-gateway
gateway.recover_after_master_nodes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html#modules-gateway
gateway.recover_after_time http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html#modules-gateway
gateway.expected_nodes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html#modules-gateway
gateway.local.auto_import_dangled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway-local.html#_dangling_indices
http.enabled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_disable_http
http.port http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.max_content_length http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.max_chunk_size -
http.max_header_size -
http.max_initial_line_length http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.compression http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.compression_level http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.cors.enabled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.cors.max-age http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.cors.allow-methods http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
http.cors.allow-headers http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-http.html#_settings_2
index.analysis.version -
index.analysis.char_filter.* -
index.analysis.filter.* -
index.analysis.tokenizer.* -
index.analysis.analyzer.* -
index.auto_expand_replicas http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.blocks.read_only http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.blocks.read http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.blocks.write http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.blocks.metadata http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.cache.filter.type -
index.codec.bloom.load http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-codec.html#bloom-postings
index.codec.doc_values_format http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-codec.html#_configuring_a_custom_doc_values_format
index.codec.postings_format http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-codec.html#custom-postings
index.compound_format http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings
index.compound_on_flush http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings
index.deletionpolicy.type -
index.engine.type -
index.fail_on_merge_failure http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.fielddata.cache -
index.gc_deletes http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.index_engine.type -
index.index_concurrency -
index.indexing.slowlog.threshold.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-slowlog.html#index-slow-log
index.mapping.date.parse_upper_inclusive -
index.mapping.ignore_malformed http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping.html#mapping-settings
index.mapping.coerce http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping.html#mapping-settings
index.mapping._id.indexed -
index.mapping.allow_type_wrapper http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/_index_request.html#_index_request
index.mapping.date.round_ceil http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-date-format.html#date-math
index.merge.async_interval -
index.merge.policy.expunge_deletes_allowed http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.floor_segment http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.max_merge_sizes -
index.merge.policy.min_merge_size -
index.merge.policy.merge_factor http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#log-byte-size
index.merge.policy.min_merge_docs http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#log-byte-size
index.merge.policy.max_merge_docs http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#log-byte-size
index.merge.policy.max_merge_at_once http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.max_merge_at_once_explicit http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.max_merged_segment http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.segments_per_tier http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.policy.reclaim_deletes_weight (!) http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-merge.html#tiered
index.merge.scheduler.type -
index.merge.force_async_merge -
index.norms.loading -
index.number_of_shards http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html#create-index-settings
index.number_of_replicas http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html#create-index-settings
index.optimize_auto_generated_id -
index.query.bool.max_clause_count -
index.query.default_field http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_default_field
index.query.parse.strict -
index.queryparser.query -
index.queryparser.filter -
index.query_string.lenient http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-query.html#_other_options_2
index.refresh_interval http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings
index.recovery.initial_shards -
index.routing.allocation.require.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#shard-allocation-filtering
index.routing.allocation.include.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#shard-allocation-filtering
index.routing.allocation.exclude.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#shard-allocation-filtering
index.routing.allocation.enable http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.routing.allocation.total_shards_per_node http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#_total_shards_per_node
index.search.slowlog.threshold.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-slowlog.html#search-slow-log
index.shard.check_on_startup http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings
index.shard.recovery.concurrent_streams http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
index.shard.recovery.concurrent_small_file_streams -
index.shard.recovery.file_chunk_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
index.shard.recovery.translog_ops http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
index.shard.recovery.translog_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
index.similarity.default.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-similarity.html#default-base
index.similarity.default.discount_overlaps http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-similarity.html#default-similarity
index.store.distributor http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
index.store.throttle.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#store-throttling
index.store.throttle.max_bytes_per_sec http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#store-throttling
index.store.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#file-system
index.translog.disable_flush -
index.translog.flush_threshold_ops http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-translog.html#index-modules-translog
index.translog.flush_threshold_period http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-translog.html#index-modules-translog
index.translog.flush_threshold_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-translog.html#index-modules-translog
index.translog.fs.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.translog.interval http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-translog.html#index-modules-translog
index.translog.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.ttl.disable_purge http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html#indices-update-settings
index.uuid -
index.version.created -
index.warmer.enabled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-warmers.html#indices-warmers
indices.analysis.hunspell.dictionary.ignore_case http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-hunspell-tokenfilter.html#analysis-hunspell-tokenfilter
indices.analysis.hunspell.dictionary.location http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-hunspell-tokenfilter.html#analysis-hunspell-tokenfilter
indices.cache.filter.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-cache.html#index-modules-cache
indices.cache.filter.expire -
indices.cluster.send_refresh_mapping https://github.com/elasticsearch/elasticsearch/commit/e04474bcd800cb7fc90ccea994daba6569355598
indices.fielddata.breaker.limit http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-fielddata.html#fielddata-circuit-breaker
indices.fielddata.breaker.overhead http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-fielddata.html#fielddata-circuit-breaker
indices.fielddata.cache.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-fielddata.html#index-modules-fielddata
indices.fielddata.cache.expire http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-fielddata.html#index-modules-fielddata
indices.query.bool.max_clause_count -
indices.query.query_string.analyze_wildcard (!) http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_wildcards
indices.query.query_string.allow_leading_wildcard http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_wildcards
indices.memory.memory_index.size_per_thread - (percolator service)
indices.recovery.concurrent_streams http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.recovery.concurrent_small_file_streams -
indices.recovery.file_chunk_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.recovery.translog_ops http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.recovery.translog_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.recovery.compress http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.recovery.max_bytes_per_sec http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#recovery
indices.store.throttle.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#store-throttling
indices.store.throttle.max_bytes_per_sec http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-store.html#store-throttling
indices.ttl.interval http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-indices.html#indices-ttl
logger.log_host_address -
logger.log_host_name -
monitor.fs.refresh_interval -
monitor.memory.type -
monitor.jvm.enabled -
monitor.jvm.interval -
monitor.jvm.gc.default.warn -
monitor.jvm.gc.default.info -
monitor.jvm.gc.default.debug -
monitor.jvm.gc.old.warn -
monitor.jvm.gc.old.info -
monitor.jvm.gc.old.debug -
monitor.jvm.gc.young.warn -
monitor.jvm.gc.young.info -
monitor.jvm.gc.young.debug -
monitor.network.refresh_interval -
monitor.os.refresh_interval -
monitor.process.refresh_interval -
network.address.serialization.resolve -
network.server -
network.host http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.bind_host http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.publish_host http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.connect_timeout -
network.tcp.no_delay http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.keep_alive http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.reuse_address http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.send_buffer_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.receive_buffer_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-network.html#modules-network
network.tcp.blocking -
network.tcp.blocking_server -
network.tcp.blocking_client -
netty.epoll_bug_workaround -
node.name http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#node-name
node.master -
node.data http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-node.html#modules-node
node.client -
node.local -
node.mode -
node.max_local_storage_nodes -
node.lock -
node.* http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#shard-allocation-filtering
path.home http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.conf http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.data http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.plugins http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.work http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.data http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
path.logs http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-dir-layout.html#setup-dir-layout
plugin.mandatory http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html#_mandatory_plugins
plugin.types -
rest.action.multi.allow_explicit_index http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/url-access-control.html#url-access-control
script.default_lang http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_default_scripting_language
script.disable_dynamic http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_enabling_dynamic_scripting
threadpool.same.type -
threadpool.same.size -
threadpool.same.queue_size -
threadpool.generic.type -
threadpool.generic.size -
threadpool.generic.queue_size -
threadpool.get.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.get.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.get.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.index.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.index.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.index.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.bulk.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.bulk.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.bulk.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.search.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.search.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.search.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.suggest.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.suggest.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.suggest.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.percolate.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.percolate.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.percolate.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.management.type -
threadpool.management.size -
threadpool.management.queue_size -
threadpool.flush.type -
threadpool.flush.size -
threadpool.flush.queue_size -
threadpool.merge.type -
threadpool.merge.size -
threadpool.merge.queue_size -
threadpool.refresh.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.refresh.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.refresh.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.warmer.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.warmer.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.warmer.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot_data.type http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot_data.size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.snapshot_data.queue_size http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-threadpool.html
threadpool.optimize.type -
threadpool.optimize.size -
threadpool.optimize.queue_size -
threadpool.bench.type -
threadpool.bench.size -
threadpool.bench.queue_size -
transport.publish_port http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-transport.html#_tcp_transport
transport.tcp.compress http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-transport.html#_tcp_transport
transport.tcp.connect_timeout http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-transport.html#_tcp_transport
transport.tcp.port http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-transport.html#_tcp_transport
tribe.name http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html#modules-tribe
tribe.on_conflict http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html#modules-tribe
tribe.blocks.read.indices -
tribe.blocks.write http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html#modules-tribe
tribe.blocks.write.indices (!) http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html#modules-tribe
tribe.blocks.metadata http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-tribe.html#modules-tribe
tribe.blocks.metadata.indices -

Plugin settings

Name Description
memchaced.enabled http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-memcached.html
memcached.port http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-memcached.html
thrift.port http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-thrift.html
thrift.frame http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-thrift.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment