Sync with HEAD
This commit is contained in:
commit
479119540e
4 changed files with 9 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ provisioner:
|
||||||
extra_vars:
|
extra_vars:
|
||||||
es_major_version: "<%= ENV['VERSION'] %>"
|
es_major_version: "<%= ENV['VERSION'] %>"
|
||||||
<% if ENV['VERSION'] == '5.x' %>
|
<% if ENV['VERSION'] == '5.x' %>
|
||||||
es_version: '5.6.8'
|
es_version: '5.6.9'
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -338,13 +338,16 @@ In addition to es_config, the following parameters allow the customization of th
|
||||||
* ```es_start_service``` (true (default) or false)
|
* ```es_start_service``` (true (default) or false)
|
||||||
* ```es_plugins_reinstall``` (true or false (default) )
|
* ```es_plugins_reinstall``` (true or false (default) )
|
||||||
* ```es_plugins``` an array of plugin definitions e.g.:
|
* ```es_plugins``` an array of plugin definitions e.g.:
|
||||||
* ```es_path_repo``` Sets the whitelist for allowing local back-up repositories
|
|
||||||
* ```es_action_auto_create_index ``` Sets the value for auto index creation, use the syntax below for specifying indexes (else true/false):
|
|
||||||
es_action_auto_create_index: '[".watches", ".triggered_watches", ".watcher-history-*"]'
|
|
||||||
```yml
|
```yml
|
||||||
es_plugins:
|
es_plugins:
|
||||||
- plugin: ingest-geoip
|
- plugin: ingest-geoip
|
||||||
```
|
```
|
||||||
|
* ```es_path_repo``` Sets the whitelist for allowing local back-up repositories
|
||||||
|
* ```es_action_auto_create_index ``` Sets the value for auto index creation, use the syntax below for specifying indexes (else true/false):
|
||||||
|
es_action_auto_create_index: '[".watches", ".triggered_watches", ".watcher-history-*"]'
|
||||||
|
* ```es_path_repo``` Sets the whitelist for allowing local back-up repositories
|
||||||
|
* ```es_action_auto_create_index ``` Sets the value for auto index creation, use the syntax below for specifying indexes (else true/false):
|
||||||
|
es_action_auto_create_index: '[".watches", ".triggered_watches", ".watcher-history-*"]'
|
||||||
* ```es_allow_downgrades``` For development purposes only. (true or false (default) )
|
* ```es_allow_downgrades``` For development purposes only. (true or false (default) )
|
||||||
* ```es_java_install``` If set to false, Java will not be installed. (true (default) or false)
|
* ```es_java_install``` If set to false, Java will not be installed. (true (default) or false)
|
||||||
* ```update_java``` Updates Java to the latest version. (true or false (default))
|
* ```update_java``` Updates Java to the latest version. (true or false (default))
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
es_major_version: "6.x"
|
es_major_version: "6.x"
|
||||||
es_version: "6.2.3"
|
es_version: "6.2.4"
|
||||||
es_version_lock: false
|
es_version_lock: false
|
||||||
es_use_repository: true
|
es_use_repository: true
|
||||||
es_templates_fileglob: "files/templates/*.json"
|
es_templates_fileglob: "files/templates/*.json"
|
||||||
|
|
|
||||||
|
|
@ -85,4 +85,4 @@ xpack.notification.email:
|
||||||
password: {{ es_mail_config['pass'] }}
|
password: {{ es_mail_config['pass'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue