Commit Graph

50 Commits

Author SHA1 Message Date
Shay Banon efa59f37a8 Create standard gc and memory_pool names for Jvm stats
fixes #4661
2014-01-08 21:16:10 +01:00
Simon Willnauer fa16969360 Cleanup comments and class names s/ElasticSearch/Elasticsearch
* Clean up s/ElasticSearch/Elasticsearch on docs/*
 * Clean up s/ElasticSearch/Elasticsearch on src/* bin/* & pom.xml
 * Clean up s/ElasticSearch/Elasticsearch on NOTICE.txt and README.textile

Closes #4634
2014-01-07 11:21:51 +01:00
Boaz Leskes 0f7c5dbc86 Update minimum_master_nodes comment to match documentation
Someone on the mailing list wrongly interpreted it to mean the current node is not included in the calculation.
2013-12-15 11:25:36 +01:00
Lee Hinman 4b96b2cf3d Fix broken links in example configuration file 2013-10-09 04:16:15 -06:00
Boaz Leskes 1262ba4912 Removed port range option from discovery.zen.ping.unicast.hosts example. 2013-09-05 12:37:33 +02:00
Boaz Leskes 9869427ef6 Allow to configure root logging level using system properties. Ex. -Des.logger.level=DEBUG . Defaults to INFO as before. 2013-08-15 14:36:00 +02:00
Alexander Reelsen 2d5b832f17 Updated elasticsearch.yml file for recovery throttling 2013-06-28 13:24:32 +02:00
Shay Banon a2a8553faf Indexing Slow Log
closes #2457
2012-12-03 10:21:59 +01:00
Shay Banon 91de48d2d3 remove accented character 2012-11-09 21:54:17 +01:00
Benjamin Devèze 017f48a187 add mandatory plugins support in conf 2012-02-17 22:51:35 +01:00
Shay Banon c75f8fc18a GC logging: Enable back automatic gc logging based on thresholds (even if last gc is not available), closes #1679. 2012-02-08 00:35:28 +02:00
Shay Banon da062bb905 add node.max_local_storage_nodes to config template 2012-02-01 13:34:35 +02:00
Shay Banon 942b427940 Local Gateway: Store specific index metadata under dedicated index locations, closes #1631. 2012-01-22 23:34:34 +02:00
Florian Gilcher 38338e7fdb Fix incorrect key in config sample
"transport.tcp.port" is used to configure netty, not "transport.port"
2011-11-29 16:24:28 +02:00
Shay Banon ed281fbfd5 Index shard search slow log (query and fetch), closes #1462. 2011-11-14 14:10:39 +02:00
Shay Banon c5835cac04 more doc in config 2011-09-26 21:32:46 +03:00
Shay Banon eca11d1e61 add not attributes doc, and env var automatic replacement 2011-09-26 21:30:18 +03:00
Pål Brattberg 32526f004c Minor spelling corrections 2011-09-25 22:17:21 +03:00
Shay Banon 4876e5a968 doc multi path.data locations 2011-09-25 21:06:12 +03:00
Karel Minarik f837213d6f Reformatted and amended the example configuration file
Edited elasticsearch.yml:

* Separated different sections (using headers)
* Added more information about nodes configuration
* Added more information about various index configurations and their effects
* Added information about setting network and HTTP configuration
* Reworded information on gateway, recovery, discovery

The example configuration file should allow operations stuff to quickly
get a sense of ElasticSearch features relevant for systems support,
and to understand how to configure node, cluster, network and discovery settings.

The aim here is to vaguely respect the most often changed configuration settings,
while having some top-to-bottom conceptual integrity.

Table of Contents:

* Cluster
* Node
* Index
* Paths
* Memory
* Network And HTTP
* Gateway
* Recovery Throttling
* Discovery
2011-09-25 21:01:39 +03:00
Shay Banon 819653cdba add a note on mlockall 2011-09-13 23:33:43 +03:00
Shay Banon cd82d9ad47 remove wrongly committed config 2011-09-11 13:51:45 +03:00
Shay Banon e6f277474e Thread Pool: Blocking thread pool type configuration fails, closes #1321. 2011-09-11 01:06:57 +03:00
Shay Banon 5610d90c2d add custom config for plugins path as well 2011-09-09 17:25:25 +03:00
Shay Banon b653d149d1 Peer recovery: Allow to throttle recovery based on "size per sec", closes #1304. 2011-09-06 12:40:14 +03:00
Shay Banon 9e621afeb8 warn if mlockall is not working once enabled in settings (instead of debug logging), closes #1194. 2011-08-02 14:07:27 +03:00
kimchy de2944ff4a reformat the default config file, add more comments 2011-07-20 23:29:25 +03:00
kimchy e094de8879 add also minimum master nodes to the config tempalte 2011-07-08 02:05:52 +03:00
kimchy 9be62a06e9 support also ping.timeout in zen disco, and add it to the sample config 2011-07-08 02:03:09 +03:00
kimchy a51f86aeb1 fix default settings to have the correct setting to disable multicast 2011-06-30 22:40:01 +03:00
kimchy e3526f7f07 grr, fix wrong setting again 2011-06-08 12:36:42 +03:00
kimchy bbc676cc91 Problem with default configuration file for unicast, closes #1005. 2011-06-08 12:08:41 +03:00
kimchy 358a4acf03 fix wording 2011-05-29 16:09:04 +03:00
kimchy 297f2644ec add path settings sampel 2011-05-29 16:03:58 +03:00
kimchy 1bf30a9d57 add common sample configs 2011-05-24 21:16:55 +03:00
kimchy 3b97f643d0 Add the most important settings to set when using ES by default to the configuration 2011-01-19 12:08:48 +02:00
kimchy 5b9dc45b7f add date by default to logs outputted 2010-09-15 23:04:47 +02:00
kimchy 77b6d1d8b8 remove cloud plugin, reimplement an AWS specific cloud plugin with S3 gateway and EC2 discovery 2010-07-24 23:39:43 +03:00
kimchy 53b66fb26a revert committed configuration 2010-06-30 16:11:41 +03:00
kimchy df7e3f55a4 improve cluster blocks data structures for simpler usage 2010-06-30 16:06:31 +03:00
kimchy edf0075025 more work on reusing work node level data, now when recovering from peers 2010-06-24 15:34:02 +03:00
kimchy 265780fa17 revert logging 2010-06-23 07:31:17 +03:00
kimchy 3d84af2a40 refactor hdfs gateway to use the new common blobstore 2010-06-22 09:10:00 +03:00
kimchy eded80805b rollback changes to logging / config 2010-06-17 12:49:11 +03:00
kimchy 597f020156 fork node connected and disconnected on a different thread pool 2010-06-17 12:47:42 +03:00
kimchy 9651789870 jarjar snakeyaml and remove it from our sources now that it is in maven repo 2010-05-02 18:01:58 +03:00
kimchy 2bb31fe740 reafactor how actions handle failures, better response when non active shards exists, also, default logging to have action set to DEBUG so exceptions in actions are logged in the server 2010-04-07 01:54:33 +03:00
kimchy 632f0d4f0d clean logging file 2010-03-31 21:18:40 +03:00
kimchy 4492293b49 fix failure in mlt with dates, this does mean that currently, mlt, when based on fetching the source and parsing it, does not do mlt on numbers 2010-03-30 22:46:20 +03:00
kimchy b3337c3127 initial commit 2010-02-08 15:30:06 +02:00