Fix deprecated security api endpoint

This commit is contained in:
Nathan Young 2019-10-11 17:02:15 +01:00
parent e516472af0
commit 2fb648fee6
No known key found for this signature in database
GPG key ID: EB5E14327B10D023
2 changed files with 10 additions and 8 deletions

View file

@ -42,6 +42,8 @@ es_debian_startup_timeout: 10
# JVM custom parameters
es_jvm_custom_parameters: ''
es_security_api: "_{{ 'xpack/security' if es_version is version_compare('7.0.0', '<=') else 'security' }}"
# SSL/TLS parameters
es_enable_http_ssl: false
es_enable_transport_ssl: false