diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml index 198d4de85702..b5834700aa1b 100644 --- a/testing/environments/snapshot.yml +++ b/testing/environments/snapshot.yml @@ -3,7 +3,7 @@ version: '2.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch:7.13.0-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -14,9 +14,12 @@ services: - "transport.host=127.0.0.1" - "http.host=0.0.0.0" - "xpack.security.enabled=false" + # Disable geoip updates to prevent golden file test failures when the database + # changes and prevent race conditions between tests and database updates. + - "ingest.geoip.downloader.enabled=false" logstash: - image: docker.elastic.co/logstash/logstash:7.12.0-SNAPSHOT + image: docker.elastic.co/logstash/logstash:7.13.0-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -26,7 +29,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana:7.12.0-SNAPSHOT + image: docker.elastic.co/kibana/kibana:7.13.0-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"] retries: 600