Skip to content

Commit

Permalink
add not attributes doc, and env var automatic replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Sep 26, 2011
1 parent 79b63b3 commit eca11d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
# effect of certain configuration option, please _do ask_ on the
# mailing list or IRC channel [http://elasticsearch.org/community].

# Any element in the configuration can be replaced with environment variables
# by placing them in ${...} notation. For example:
#
# node.rack: ${RACK_ENV_VAR}

# See <http://elasticsearch.org/guide/reference/setup/configuration.html>
# for information on supported formats and syntax for the configuration file.

Expand Down Expand Up @@ -71,6 +76,12 @@
# such as <http://github.com/lukas-vlcek/bigdesk> and
# <http://mobz.github.com/elasticsearch-head> to inspect the cluster state.

# A node can have generic attributes associated with it, which can later be used
# for customized shard allocation filtering, or allocation awareness. An attribute
# is a simple key value pair, similar to node.key: value, here is an example:
#
# node.rack: rack314


#################################### Index ####################################

Expand Down

0 comments on commit eca11d1

Please sign in to comment.