mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
Reporting should not be declared as x-pack feature
This commit is contained in:
@@ -34,8 +34,4 @@ xpack.monitoring.enabled: false
|
||||
|
||||
{% if not "alerting" in es_xpack_features %}
|
||||
xpack.watcher.enabled: false
|
||||
{% endif %}
|
||||
|
||||
{% if not "reporting" in es_xpack_features %}
|
||||
xpack.reporting.enabled: false
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user