"Fossies" - the Fresh Open Source Software Archive 
Member "elasticsearch-6.8.23/docs/plugins/install_remove.asciidoc" (29 Dec 2021, 1154 Bytes) of package /linux/www/elasticsearch-6.8.23-src.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) AsciiDoc source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 [float]
2 [id="{plugin_name}-install"]
3 ==== Installation
4
5 ifeval::["{release-state}"=="unreleased"]
6
7 Version {version} of the Elastic Stack has not yet been released.
8
9 endif::[]
10
11 ifeval::["{release-state}"!="unreleased"]
12
13 This plugin can be installed using the plugin manager:
14
15 ["source","sh",subs="attributes,callouts"]
16 ----------------------------------------------------------------
17 sudo bin/elasticsearch-plugin install {plugin_name}
18 ----------------------------------------------------------------
19
20 The plugin must be installed on every node in the cluster, and each node must
21 be restarted after installation.
22
23 This plugin can be downloaded for <<plugin-management-custom-url,offline install>> from
24 {plugin_url}/{plugin_name}/{plugin_name}-{version}.zip.
25
26 endif::[]
27
28 [float]
29 [id="{plugin_name}-remove"]
30 ==== Removal
31
32 The plugin can be removed with the following command:
33
34 ["source","sh",subs="attributes,callouts"]
35 ----------------------------------------------------------------
36 sudo bin/elasticsearch-plugin remove {plugin_name}
37 ----------------------------------------------------------------
38
39 The node must be stopped before removing the plugin.
40