forked from wazuh/wazuh-docker
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user