mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Remove timeout parameter from plugin script docs
Support for this parameter was removed but the docs were not updated. This commit removes this stale parameter from the docs. Relates #21068
This commit is contained in:
parent
50bc31a918
commit
904dcc7127
@ -141,25 +141,6 @@ sudo bin/elasticsearch-plugin -Epath.conf=/path/to/custom/config/dir install <pl
|
||||
You can also set the `CONF_DIR` environment variable to the custom config
|
||||
directory path.
|
||||
|
||||
[float]
|
||||
=== Timeout settings
|
||||
|
||||
By default, the `plugin` script will wait indefinitely when downloading before
|
||||
failing. The timeout parameter can be used to explicitly specify how long it
|
||||
waits. Here is some examples of setting it to different values:
|
||||
|
||||
[source,shell]
|
||||
-----------------------------------
|
||||
# Wait for 30 seconds before failing
|
||||
sudo bin/elasticsearch-plugin install analysis-icu --timeout 30s
|
||||
|
||||
# Wait for 1 minute before failing
|
||||
sudo bin/elasticsearch-plugin install analysis-icu --timeout 1m
|
||||
|
||||
# Wait forever (default)
|
||||
sudo bin/elasticsearch-plugin install analysis-icu --timeout 0
|
||||
-----------------------------------
|
||||
|
||||
[float]
|
||||
=== Proxy settings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user