OpenSearch/docs/reference/modules
David Pilato 0c7b494bb8 plugin manager: new `timeout` option
When testing plugin manager with real downloads, it could happen that the test run forever. Fortunately, test suite will be interrupted after 20 minutes, but it could be useful not to fail the whole test suite but only warn in that case.

By default, plugin manager still wait indefinitely but it can be modified using new `--timeout` option:

```sh
bin/plugin --install elasticsearch/kibana --timeout 30s

bin/plugin --install elasticsearch/kibana --timeout 1h
```

Closes #4603.
Closes #4600.
2014-01-03 16:48:18 +01:00
..
discovery Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
gateway Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
advanced-scripting.asciidoc rename _shard -> _index and also rename classes and variables 2014-01-03 14:00:23 +01:00
cluster.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
discovery.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
gateway.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
http.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
memcached.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
network.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
node.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
plugins.asciidoc plugin manager: new `timeout` option 2014-01-03 16:48:18 +01:00
scripting.asciidoc make term statistics accessible in scripts 2014-01-02 11:17:33 +01:00
snapshots.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
threadpool.asciidoc Set queue sizes by default on bulk/index thread pools 2013-10-12 21:51:37 +02:00
thrift.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
transport.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00