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

View File

@@ -40,13 +40,13 @@ ENV PATTERN="" \
WAZUH_MONITORING_SHARDS="" \
WAZUH_MONITORING_REPLICAS="" \
ADMIN_PRIVILEGES=""\
XPACK_CANVAS="false"\
XPACK_LOGS="false"\
XPACK_INFRA="false"\
XPACK_ML="false"\
XPACK_DEVTOOLS="false"\
XPACK_MONITORING="false"\
XPACK_APM="false"
XPACK_CANVAS="true"\
XPACK_LOGS="true"\
XPACK_INFRA="true"\
XPACK_ML="true"\
XPACK_DEVTOOLS="true"\
XPACK_MONITORING="true"\
XPACK_APM="true"
COPY --chown=kibana:kibana ./config/wazuh_app_config.sh ./

View File

@@ -21,9 +21,10 @@ done
sleep 5
./xpack_config.sh
./kibana_settings.sh &
./xpack_config.sh &
/usr/local/bin/kibana-docker