@@ -64,8 +64,8 @@ sudo bin/elasticsearch-plugin install [url] <1>
6464-----------------------------------
6565<1> must be a valid URL, the plugin name is determined from its descriptor.
6666
67+ --
6768Unix::
68- +
6969To install a plugin from your local file system at `/path/to/plugin.zip`, you could run:
7070+
7171[source,shell]
@@ -74,17 +74,17 @@ sudo bin/elasticsearch-plugin install file:///path/to/plugin.zip
7474-----------------------------------
7575
7676Windows::
77- +
7877To install a plugin from your local file system at `C:\path\to\plugin.zip`, you could run:
7978+
8079[source,shell]
8180-----------------------------------
8281bin\elasticsearch-plugin install file:///C:/path/to/plugin.zip
8382-----------------------------------
8483+
85- NOTE: Any path that contains spaces must be wrapped in quotes!
84+ NOTE: Any path that contains spaces must be wrapped in quotes!
8685
8786HTTP::
87+ To install a plugin from a HTTP URL:
8888+
8989[source,shell]
9090-----------------------------------
@@ -99,6 +99,7 @@ to a local Java truststore and pass the location to the script as follows:
9999-----------------------------------
100100sudo ES_JAVA_OPTS="-Djavax.net.ssl.trustStore=/path/to/trustStore.jks" bin/elasticsearch-plugin install https://host/plugin.zip
101101-----------------------------------
102+ --
102103
103104[[listing-removing-updating]]
104105=== Listing, Removing and Updating Installed Plugins
0 commit comments