Fixed plugin docs links to dir layouts
This commit is contained in:
parent
06604708d4
commit
6ff947427d
|
@ -3,8 +3,11 @@
|
||||||
|
|
||||||
The `plugin` script is used to install, list, and remove plugins. It is
|
The `plugin` script is used to install, list, and remove plugins. It is
|
||||||
located in the `$ES_HOME/bin` directory by default but it may be in a
|
located in the `$ES_HOME/bin` directory by default but it may be in a
|
||||||
{ref}/setup-dir-layout.html[different location] if you installed Elasticsearch
|
different location depending on which Elasticsearch package you installed:
|
||||||
with an RPM or deb package.
|
|
||||||
|
* {ref}/zip-targz.html#zip-targz-layout[Directory layout of `.zip` and `.tar.gz` archives]
|
||||||
|
* {ref}/deb.html#deb-layout[Directory layout of Debian package]
|
||||||
|
* {ref}/rpm.html#rpm-layout[Directory layout of RPM]
|
||||||
|
|
||||||
Run the following command to get usage instructions:
|
Run the following command to get usage instructions:
|
||||||
|
|
||||||
|
@ -208,7 +211,7 @@ On Windows, they need to be added to the `JAVA_OPTS` environment variable:
|
||||||
|
|
||||||
[source,shell]
|
[source,shell]
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
set JAVA_OPTS="-DproxyHost=host_name -DproxyPort=port_number"
|
set ES_JAVA_OPTS="-DproxyHost=host_name -DproxyPort=port_number"
|
||||||
bin/elasticsearch-plugin install mobz/elasticsearch-head
|
bin/elasticsearch-plugin install mobz/elasticsearch-head
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
@ -225,8 +228,11 @@ following to the `elasticsearch.yml` config file:
|
||||||
path.plugins: /path/to/custom/plugins/dir
|
path.plugins: /path/to/custom/plugins/dir
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
The default location of the `plugins` directory depends on
|
The default location of the `plugins` directory depends on which package you install:
|
||||||
{ref}/setup-dir-layout.html[which package you install].
|
|
||||||
|
* {ref}/zip-targz.html#zip-targz-layout[Directory layout of `.zip` and `.tar.gz` archives]
|
||||||
|
* {ref}/deb.html#deb-layout[Directory layout of Debian package]
|
||||||
|
* {ref}/rpm.html#rpm-layout[Directory layout of RPM]
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
=== Mandatory Plugins
|
=== Mandatory Plugins
|
||||||
|
|
Loading…
Reference in New Issue