Skip to content

Commit

Permalink
Merge pull request #117 from wazuh/kibana-optimized
Browse files Browse the repository at this point in the history
Wazuh-Kibana customizable at plugin level
  • Loading branch information
manuasir committed Feb 8, 2019
2 parents 4687360 + 159b3c0 commit 22eeee3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 13 additions & 9 deletions kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ ENV PATTERN="" \
WAZUH_MONITORING_FREQUENCY="" \
WAZUH_MONITORING_SHARDS="" \
WAZUH_MONITORING_REPLICAS="" \
ADMIN_PRIVILEGES=""\
XPACK_CANVAS="true"\
XPACK_LOGS="true"\
XPACK_INFRA="true"\
XPACK_ML="true"\
XPACK_DEVTOOLS="true"\
XPACK_MONITORING="true"\
XPACK_APM="true"
ADMIN_PRIVILEGES=""

ARG XPACK_CANVAS="true"
ARG XPACK_LOGS="true"
ARG XPACK_INFRA="true"
ARG XPACK_ML="true"
ARG XPACK_DEVTOOLS="true"
ARG XPACK_MONITORING="true"
ARG XPACK_APM="true"


COPY --chown=kibana:kibana ./config/wazuh_app_config.sh ./
Expand All @@ -61,5 +62,8 @@ COPY --chown=kibana:kibana ./config/xpack_config.sh ./

RUN chmod +x ./xpack_config.sh

ENTRYPOINT /entrypoint.sh
RUN ./xpack_config.sh

RUN /usr/local/bin/kibana-docker --optimize

ENTRYPOINT /entrypoint.sh
4 changes: 0 additions & 4 deletions kibana/config/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ done

sleep 5

./xpack_config.sh

./kibana_settings.sh &



/usr/local/bin/kibana-docker

0 comments on commit 22eeee3

Please sign in to comment.