Skip to content

Commit

Permalink
[Release] update test environment (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Aug 24, 2022
1 parent 3fcef8f commit 8d78851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/environments/latest.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.3.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.4.0
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
retries: 300
Expand All @@ -20,7 +20,7 @@ services:
- "script.context.template.cache_max_size=2000"

logstash:
image: docker.elastic.co/logstash/logstash:8.3.2
image: docker.elastic.co/logstash/logstash:8.4.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 300
Expand All @@ -30,7 +30,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana:8.3.2
image: docker.elastic.co/kibana/kibana:8.4.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]
retries: 300
Expand Down

0 comments on commit 8d78851

Please sign in to comment.