Skip to content

Commit 86eae27

Browse files
committed
[DOCS] Fixed indentation of the definition list.
1 parent 39b24fd commit 86eae27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/plugins/plugin-script.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
--
6768
Unix::
68-
+
6969
To 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

7676
Windows::
77-
+
7877
To install a plugin from your local file system at `C:\path\to\plugin.zip`, you could run:
7978
+
8079
[source,shell]
8180
-----------------------------------
8281
bin\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

8786
HTTP::
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
-----------------------------------
100100
sudo 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

Comments
 (0)