remove instructions to install plugins using a specific proxy
This commit is contained in:
parent
888480cb75
commit
1b53b10454
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
|
@ -212,8 +212,6 @@ A more complex example:
|
||||||
es_api_port: 9201
|
es_api_port: 9201
|
||||||
es_plugins:
|
es_plugins:
|
||||||
- plugin: ingest-attachment
|
- plugin: ingest-attachment
|
||||||
proxy_host: proxy.example.com
|
|
||||||
proxy_port: 8080
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Important Note
|
#### Important Note
|
||||||
|
|
@ -470,17 +468,6 @@ To define proxy globally, set the following variables:
|
||||||
* ```es_proxy_host``` - global proxy host
|
* ```es_proxy_host``` - global proxy host
|
||||||
* ```es_proxy_port``` - global proxy port
|
* ```es_proxy_port``` - global proxy port
|
||||||
|
|
||||||
To define proxy only for a particular plugin during its installation:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
es_plugins:
|
|
||||||
- plugin: ingest-attachment
|
|
||||||
proxy_host: proxy.example.com
|
|
||||||
proxy_port: 8080
|
|
||||||
```
|
|
||||||
|
|
||||||
> For plugins installation, proxy_host and proxy_port are used first if they are defined and fallback to the global proxy settings if not. The same values are currently used for both the http and https proxy settings.
|
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
* The role assumes the user/group exists on the server. The elasticsearch packages create the default elasticsearch user. If this needs to be changed, ensure the user exists.
|
* The role assumes the user/group exists on the server. The elasticsearch packages create the default elasticsearch user. If this needs to be changed, ensure the user exists.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue