summaryrefslogtreecommitdiff
path: root/docs/reference/setup/configuration.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/setup/configuration.asciidoc')
-rw-r--r--docs/reference/setup/configuration.asciidoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/reference/setup/configuration.asciidoc b/docs/reference/setup/configuration.asciidoc
index ceb3d8c38d..68f73fc96b 100644
--- a/docs/reference/setup/configuration.asciidoc
+++ b/docs/reference/setup/configuration.asciidoc
@@ -26,7 +26,7 @@ setting, as follows:
[source,sh]
-------------------------------
-./bin/elasticsearch -E es.path.conf=/path/to/my/config/
+./bin/elasticsearch -Epath.conf=/path/to/my/config/
-------------------------------
[float]
@@ -93,15 +93,14 @@ is used in the settings and the process is run as a service or in the background
=== Setting default settings
New default settings may be specified on the command line using the
-`es.default.` prefix instead of the `es.` prefix. This will specify a value
-that will be used by default unless another value is specified in the config
-file.
+`default.` prefix. This will specify a value that will be used by
+default unless another value is specified in the config file.
For instance, if Elasticsearch is started as follows:
[source,sh]
---------------------------
-./bin/elasticsearch -E es.default.node.name=My_Node
+./bin/elasticsearch -Edefault.node.name=My_Node
---------------------------
the value for `node.name` will be `My_Node`, unless it is overwritten on the