Skip to content

Commit

Permalink
docker: Add Logstash/Kibana docker versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pevma committed Jun 13, 2024
1 parent 76cd4f1 commit 4af455c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:

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

logstash:
container_name: logstash
image: elastic/logstash:${ELK_VERSION:-7.16.1}
image: elastic/logstash:${ELK_VERSION:-7.17.20}
depends_on:
scirius:
condition: service_healthy #because we need to wait for scirius to populate ILM policy
Expand Down

0 comments on commit 4af455c

Please sign in to comment.