Merge branch 'xpack' of https://github.com/nullkarma/ansible-elasticsearch into nullkarma-xpack
This commit is contained in:
commit
3a0940fcb7
3 changed files with 31 additions and 4 deletions
|
|
@ -30,4 +30,12 @@ xpack.monitoring.enabled: false
|
|||
|
||||
{% if not "alerting" in es_xpack_features %}
|
||||
xpack.watcher.enabled: false
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if not "ml" in es_xpack_features %}
|
||||
xpack.ml.enabled: false
|
||||
{% endif %}
|
||||
|
||||
{% if not "graph" in es_xpack_features %}
|
||||
xpack.graph.enabled: false
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue