Fix invalid syntax on es_api_port:9201
This commit is contained in:
parent
14ee56596b
commit
4ac165bfd7
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ The following illustrates applying configuration parameters to an Elasticsearch
|
|||
es_templates: false
|
||||
es_version_lock: false
|
||||
es_heap_size: 1g
|
||||
es_api_port:9201
|
||||
es_api_port: 9201
|
||||
```
|
||||
`
|
||||
The role utilises Elasticsearch version defaults. The following should be set to ensure a successful cluster forms.
|
||||
|
|
@ -116,7 +116,7 @@ A more complex example:
|
|||
es_heap_size: 1g
|
||||
es_start_service: false
|
||||
es_plugins_reinstall: false
|
||||
es_api_port:9201
|
||||
es_api_port: 9201
|
||||
es_plugins:
|
||||
- plugin: ingest-geoip
|
||||
proxy_host: proxy.example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue