Browse Source

[DOCS] Fix wrong explanation in configuration.asciidoc

Replaced network.host with node.name to match config file
hura 11 years ago
parent
commit
818f8c0e2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/configuration.asciidoc

+ 1 - 1
docs/reference/setup/configuration.asciidoc

@@ -132,7 +132,7 @@ node:
 --------------------------------------------------
 
 Internally, all settings are collapsed into "namespaced" settings. For
-example, the above gets collapsed into `network.host`. This means that
+example, the above gets collapsed into `node.name`. This means that
 its easy to support other configuration formats, for example,
 http://www.json.org[JSON]. If JSON is a preferred configuration format,
 simply rename the `elasticsearch.yml` file to `elasticsearch.json` and