Skip to content

Commit

Permalink
[DOCS] Fixed indentation of the definition list.
Browse files Browse the repository at this point in the history
  • Loading branch information
debadair committed Oct 10, 2017
1 parent bebfa23 commit 7de1dc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/plugins/plugin-script.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -74,17 +74,17 @@ 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]
-----------------------------------
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]
-----------------------------------
Expand All @@ -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
Expand Down

0 comments on commit 7de1dc7

Please sign in to comment.