Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzuming committed Nov 13, 2024
1 parent 94b35db commit 61762a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environments/elk-ror/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
KBN_VERSION: $KBN_VERSION
KBN_ROR_FILE: $KBN_ROR_FILE
ROR_ACTIVATION_KEY: $ROR_ACTIVATION_KEY
I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING: yes
depends_on:
es-ror:
condition: service_healthy
Expand All @@ -58,7 +59,6 @@ services:
memory: 756G
environment:
ES_API_URL: https://es-ror:9200
I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING: yes
healthcheck:
test: [ "CMD", "curl", "-k", "--fail", "https://localhost:5601/api/status" ]
interval: 10s
Expand Down
2 changes: 2 additions & 0 deletions environments/elk-ror/images/kbn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ FROM docker.elastic.co/kibana/kibana:${KBN_VERSION}

ARG KBN_ROR_FILE
ARG ROR_ACTIVATION_KEY
ARG I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING

ENV ROR_ACTIVATION_KEY=$ROR_ACTIVATION_KEY
ENV I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING=$I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING

COPY images/plugins/$KBN_ROR_FILE /tmp/ror.zip

Expand Down

0 comments on commit 61762a9

Please sign in to comment.