We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cd4f1 commit 4af455cCopy full SHA for 4af455c
docker/compose.yml
@@ -66,7 +66,7 @@ services:
66
67
kibana:
68
container_name: kibana
69
- image: elastic/kibana:${ELK_VERSION:-7.16.1}
+ image: elastic/kibana:${ELK_VERSION:-7.17.20}
70
restart: ${RESTART_MODE:-unless-stopped}
71
healthcheck:
72
test: ['CMD-SHELL', 'curl --silent --fail localhost:5601 || exit 1']
@@ -82,7 +82,7 @@ services:
82
83
logstash:
84
container_name: logstash
85
- image: elastic/logstash:${ELK_VERSION:-7.16.1}
+ image: elastic/logstash:${ELK_VERSION:-7.17.20}
86
depends_on:
87
scirius:
88
condition: service_healthy #because we need to wait for scirius to populate ILM policy
0 commit comments