Skip to content

Commit

Permalink
[Automation] Update elastic stack version to 8.2.0-5cc993c1 for testi…
Browse files Browse the repository at this point in the history
…ng (elastic#30923)

Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
  • Loading branch information
apmmachine and apmmachine committed Mar 21, 2022
1 parent 4bc4d19 commit 9c44bb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0-82b803a1-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0-5cc993c1-SNAPSHOT
# When extend is used it merges healthcheck.tests, see:
# https://github.com/docker/compose/issues/8962
# healthcheck:
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

logstash:
image: docker.elastic.co/logstash/logstash:8.2.0-82b803a1-SNAPSHOT
image: docker.elastic.co/logstash/logstash:8.2.0-5cc993c1-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -42,7 +42,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana:8.2.0-82b803a1-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.2.0-5cc993c1-SNAPSHOT
environment:
- "ELASTICSEARCH_USERNAME=kibana_system_user"
- "ELASTICSEARCH_PASSWORD=testing"
Expand Down

0 comments on commit 9c44bb9

Please sign in to comment.