[DOCS] Fixed indentation of the definition list.

This commit is contained in:
Deb Adair 2017-10-10 12:05:26 -07:00
parent 393e73612e
commit 875e582cc9
1 changed files with 4 additions and 3 deletions

View File

@ -64,8 +64,8 @@ sudo bin/elasticsearch-plugin install [url] <1>
-----------------------------------
<1> must be a valid URL, the plugin name is determined from its descriptor.
--
Unix::
+
To install a plugin from your local file system at `/path/to/plugin.zip`, you could run:
+
[source,shell]
@ -74,7 +74,6 @@ sudo bin/elasticsearch-plugin install file:///path/to/plugin.zip
-----------------------------------
Windows::
+
To install a plugin from your local file system at `C:\path\to\plugin.zip`, you could run:
+
[source,shell]
@ -82,9 +81,10 @@ To install a plugin from your local file system at `C:\path\to\plugin.zip`, you
bin\elasticsearch-plugin install file:///C:/path/to/plugin.zip
-----------------------------------
+
NOTE: Any path that contains spaces must be wrapped in quotes!
NOTE: Any path that contains spaces must be wrapped in quotes!
HTTP::
To install a plugin from a HTTP URL:
+
[source,shell]
-----------------------------------
@ -99,6 +99,7 @@ to a local Java truststore and pass the location to the script as follows:
-----------------------------------
sudo ES_JAVA_OPTS="-Djavax.net.ssl.trustStore=/path/to/trustStore.jks" bin/elasticsearch-plugin install https://host/plugin.zip
-----------------------------------
--
[[listing-removing-updating]]
=== Listing, Removing and Updating Installed Plugins