Enabling xpack plugins by default. Fixing a bug that can cause that the desabilitation of plugins wasnt applied at kibana

This commit is contained in:
l
2019-02-07 12:58:59 +01:00
parent 2e3b49dcad
commit a6b7d6ea02
5 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ENV ALERTS_SHARDS="1" \
ENV API_USER="foo" \
API_PASS="bar"
ENV XPACK_ML="false"
ENV XPACK_ML="true"
ENV TEMPLATE_VERSION=v3.8.2