Skip to content

Commit 4af455c

Browse files
committed
docker: Add Logstash/Kibana docker versions
1 parent 76cd4f1 commit 4af455c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666

6767
kibana:
6868
container_name: kibana
69-
image: elastic/kibana:${ELK_VERSION:-7.16.1}
69+
image: elastic/kibana:${ELK_VERSION:-7.17.20}
7070
restart: ${RESTART_MODE:-unless-stopped}
7171
healthcheck:
7272
test: ['CMD-SHELL', 'curl --silent --fail localhost:5601 || exit 1']
@@ -82,7 +82,7 @@ services:
8282

8383
logstash:
8484
container_name: logstash
85-
image: elastic/logstash:${ELK_VERSION:-7.16.1}
85+
image: elastic/logstash:${ELK_VERSION:-7.17.20}
8686
depends_on:
8787
scirius:
8888
condition: service_healthy #because we need to wait for scirius to populate ILM policy

0 commit comments

Comments
 (0)