WIP: 6.3 support
This commit is contained in:
parent
a9f8403ffa
commit
6d82cf3142
17 changed files with 82 additions and 70 deletions
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
es_use_snapshot_release: true # TODO remove when 6.3 is released
|
||||
es_major_version: "6.x"
|
||||
es_version: "6.2.4"
|
||||
es_version: "6.3.0"
|
||||
es_enable_xpack: true
|
||||
es_package_name: "elasticsearch"
|
||||
es_version_lock: false
|
||||
es_use_repository: true
|
||||
es_templates_fileglob: "files/templates/*.json"
|
||||
|
|
@ -27,7 +30,6 @@ es_max_open_files: 65536
|
|||
es_max_threads: "{{ 2048 if ( es_version | version_compare('6.0.0', '<')) else 8192 }}"
|
||||
es_max_map_count: 262144
|
||||
es_allow_downgrades: false
|
||||
es_enable_xpack: false
|
||||
es_xpack_features: ["alerting","monitoring","graph","ml","security"]
|
||||
#These are used for internal operations performed by ansible.
|
||||
#They do not affect the current configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue