WIP: 6.3 support

This commit is contained in:
Michael Russell 2018-06-13 08:29:45 +02:00
parent a9f8403ffa
commit 6d82cf3142
No known key found for this signature in database
GPG key ID: A90C1696496085FE
17 changed files with 82 additions and 70 deletions

View file

@ -5,4 +5,7 @@ sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
init_script: "/etc/init.d/elasticsearch"
#add supported features here
supported_xpack_features: ["alerting","monitoring","graph","security"]
reserved_xpack_users: ["elastic","kibana","logstash_system"]
reserved_xpack_users: ["elastic","kibana","logstash_system"]
# X-Pack used to be installed as a plugin. For versions after 6.3 we don't need to install it anymore
es_install_xpack: "{{ true if ( es_version | version_compare('6.3.0', '<')) else false }}"