update doc for proxy support
Update documentation to add proxy section
This commit is contained in:
parent
32d4a8811c
commit
4c07e1447e
1 changed files with 10 additions and 0 deletions
|
@ -61,6 +61,16 @@ options:
|
||||||
- Your configured plugin directory specified in Elasticsearch
|
- Your configured plugin directory specified in Elasticsearch
|
||||||
required: False
|
required: False
|
||||||
default: /usr/share/elasticsearch/plugins/
|
default: /usr/share/elasticsearch/plugins/
|
||||||
|
proxy_host:
|
||||||
|
description:
|
||||||
|
- Proxy host to use during plugin installation
|
||||||
|
required: False
|
||||||
|
default: None
|
||||||
|
proxy_port:
|
||||||
|
description:
|
||||||
|
- Proxy port to use during plugin installation
|
||||||
|
required: False
|
||||||
|
default: None
|
||||||
version:
|
version:
|
||||||
description:
|
description:
|
||||||
- Version of the plugin to be installed.
|
- Version of the plugin to be installed.
|
||||||
|
|
Loading…
Reference in a new issue