add missing 'ml' and 'graph' to templates/elasticsearch.yml.j2
This commit is contained in:
parent
2c129af421
commit
5d85d03c9c
1 changed files with 9 additions and 1 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