Reporting should not be declared as x-pack feature

This commit is contained in:
Dale McDiarmid 2017-01-16 12:19:22 +00:00
parent 719bd67fde
commit 0656a19501
4 changed files with 3 additions and 7 deletions

View file

@ -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 %}