Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.4-38b4b7ff-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.4-28e457a3-SNAPSHOT
# When extend is used it merges healthcheck.tests, see:
# https://github.com/docker/compose/issues/8962
# healthcheck:
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

logstash:
image: docker.elastic.co/logstash/logstash:8.19.4-38b4b7ff-SNAPSHOT
image: docker.elastic.co/logstash/logstash:8.19.4-28e457a3-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -43,7 +43,7 @@ services:
- 5055:5055

kibana:
image: docker.elastic.co/kibana/kibana:8.19.4-38b4b7ff-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.19.4-28e457a3-SNAPSHOT
environment:
- "ELASTICSEARCH_USERNAME=kibana_system_user"
- "ELASTICSEARCH_PASSWORD=testing"
Expand Down