mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add offline install instructions for plugins
Follow up of https://github.com/elastic/elasticsearch/issues/15925#issuecomment-171250150 This commit adds offline install instructions for plugins.
This commit is contained in:
parent
b1a2768d7d
commit
472c679981
22 changed files with 64 additions and 0 deletions
|
@ -21,6 +21,9 @@ sudo bin/elasticsearch-plugin install lang-javascript
|
|||
The plugin must be installed on every node in the cluster, and each node must
|
||||
be restarted after installation.
|
||||
|
||||
This plugin can be downloaded for offline install from
|
||||
{plugin_url}/lang-javascript/{version}/lang-javascript-{version}.zip[elastic download service].
|
||||
|
||||
[[lang-javascript-remove]]
|
||||
[float]
|
||||
==== Removal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue