Fix plugin docs for using custom config dir

This commit fixes an issue with the plugin docs incorrectly specifying
how to set a custom configuration directory. The correct way is to use
the environment variable CONF_DIR.
This commit is contained in:
Jason Tedor 2017-05-26 13:39:21 -04:00
parent 0656d0236b
commit bb63577f14
1 changed files with 1 additions and 4 deletions

View File

@ -165,12 +165,9 @@ can do this as follows:
[source,sh]
---------------------
sudo bin/elasticsearch-plugin -Epath.conf=/path/to/custom/config/dir install <plugin name>
sudo CONF_DIR=/path/to/conf/dir bin/elasticsearch-plugin install <plugin name>
---------------------
You can also set the `CONF_DIR` environment variable to the custom config
directory path.
[float]
=== Proxy settings