WIP: 6.3 support
This commit is contained in:
parent
a9f8403ffa
commit
6d82cf3142
17 changed files with 82 additions and 70 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue