mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
0656d0236b
commit
bb63577f14
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue