Fixing references to bin/plugin -i
Original commit: elastic/x-pack-elasticsearch@708d381742
This commit is contained in:
parent
7f0863ce83
commit
8c5fdc7023
|
@ -36,7 +36,7 @@ complete list of default paths, see {ref}/setup-dir-layout.html#_deb_and_rpm[Dir
|
|||
the Elasticsearch Reference.)
|
||||
|
||||
To install the Marvel and License plugins on a DEB/RPM package installation, you need to run
|
||||
`bin/plugin -i` from the `/usr/share/elasticsearch` directory with superuser permissions, and
|
||||
`bin/plugin install` from the `/usr/share/elasticsearch` directory with superuser permissions, and
|
||||
specify the location of the configuration files by setting `-Des.path.conf`. For example:
|
||||
|
||||
[source,shell]
|
||||
|
|
|
@ -44,14 +44,14 @@ curl -XPUT localhost:9200/_cluster/settings -d '{
|
|||
+
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
bin/plugin -r marvel
|
||||
bin/plugin remove marvel-agent
|
||||
--------------------------------------------------
|
||||
|
||||
.. Install the latest version of the Marvel plugin:
|
||||
+
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
bin/plugin -i elasticsearch/marvel/latest
|
||||
bin/plugin install marvel-agent
|
||||
--------------------------------------------------
|
||||
|
||||
.. Start Elasticsearch and confirm that the node rejoins the cluster and that there are no errors
|
||||
|
|
|
@ -27,7 +27,7 @@ complete list of default paths, see {ref}/setup-dir-layout.html#_deb_and_rpm[Dir
|
|||
the Elasticsearch Reference.)
|
||||
|
||||
To install the Shield and License plugins on a DEB/RPM package installation, you need to run
|
||||
`bin/plugin -i` from the `/usr/share/elasticsearch` directory with superuser permissions. For example:
|
||||
`bin/plugin install` from the `/usr/share/elasticsearch` directory with superuser permissions. For example:
|
||||
|
||||
[source,shell]
|
||||
----------------------------------------------------------
|
||||
|
|
|
@ -39,12 +39,12 @@ For more information about Elasticsearch plugins, see https://www.elastic.co/gui
|
|||
|
||||
To use a custom realm:
|
||||
|
||||
. Install the realm plugin on each node in the cluster. You run `bin/plugin` with the `--url`
|
||||
. Install the realm plugin on each node in the cluster. You run `bin/plugin` with the `install`
|
||||
option and specify the location of the zip file that contains the plugin. For example:
|
||||
+
|
||||
[source,shell]
|
||||
----------------------------------------
|
||||
bin/plugin --url file:///<path>/example-realm-plugin-1.0.zip --install example-realm-plugin
|
||||
bin/plugin install file:///<path>/example-realm-plugin-1.0.zip
|
||||
----------------------------------------
|
||||
|
||||
. Add a realm configuration of the appropriate realm type to `elasticsearch.yml` in the
|
||||
|
|
|
@ -68,7 +68,7 @@ complete list of default paths, see {ref}/setup-dir-layout.html#_deb_and_rpm[Dir
|
|||
the Elasticsearch Reference.)
|
||||
|
||||
To install the Watcher and License plugins on a DEB/RPM package installation, you need to run
|
||||
`bin/plugin -i` from the `/usr/share/elasticsearch` directory with superuser permissions. For example:
|
||||
`bin/plugin install` from the `/usr/share/elasticsearch` directory with superuser permissions. For example:
|
||||
|
||||
[source,shell]
|
||||
----------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue