Skip to content

Commit

Permalink
[Automation] Update elastic stack version to 8.3.3-e5bc7e69 for testi…
Browse files Browse the repository at this point in the history
…ng (#8658)

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Jul 20, 2022
1 parent b2e3314 commit 6997a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
fleet-server: { condition: service_healthy }

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.3-302be7c1-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.3-e5bc7e69-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
- "./testing/docker/elasticsearch/ingest-geoip:/usr/share/elasticsearch/config/ingest-geoip"

kibana:
image: docker.elastic.co/kibana/kibana:8.3.3-302be7c1-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.3.3-e5bc7e69-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -61,7 +61,7 @@ services:
- "./testing/docker/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml"

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.3.3-302be7c1-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.3.3-e5bc7e69-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
- "./build/integrations/apm:/packages/local/apm"

metricbeat:
image: docker.elastic.co/beats/metricbeat:8.3.3-302be7c1-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.3.3-e5bc7e69-SNAPSHOT
environment:
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"
Expand Down

0 comments on commit 6997a0e

Please sign in to comment.