File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 fleet-server : { condition: service_healthy }
1111
1212 elasticsearch :
13- image : docker.elastic.co/elasticsearch/elasticsearch:8.3.0-9596ee28 -SNAPSHOT
13+ image : docker.elastic.co/elasticsearch/elasticsearch:8.3.0-f530a93f -SNAPSHOT
1414 ports :
1515 - 9200:9200
1616 healthcheck :
@@ -40,7 +40,7 @@ services:
4040 - " ./testing/docker/elasticsearch/ingest-geoip:/usr/share/elasticsearch/config/ingest-geoip"
4141
4242 kibana :
43- image : docker.elastic.co/kibana/kibana:8.3.0-9596ee28 -SNAPSHOT
43+ image : docker.elastic.co/kibana/kibana:8.3.0-f530a93f -SNAPSHOT
4444 ports :
4545 - 5601:5601
4646 healthcheck :
@@ -61,7 +61,7 @@ services:
6161 - " ./testing/docker/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml"
6262
6363 fleet-server :
64- image : docker.elastic.co/beats/elastic-agent:8.3.0-9596ee28 -SNAPSHOT
64+ image : docker.elastic.co/beats/elastic-agent:8.3.0-f530a93f -SNAPSHOT
6565 ports :
6666 - 8220:8220
6767 healthcheck :
@@ -101,7 +101,7 @@ services:
101101 - " ./build/integrations/apm:/packages/local/apm"
102102
103103 metricbeat :
104- image : docker.elastic.co/beats/metricbeat:8.3.0-9596ee28 -SNAPSHOT
104+ image : docker.elastic.co/beats/metricbeat:8.3.0-f530a93f -SNAPSHOT
105105 environment :
106106 ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
107107 ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
You can’t perform that action at this time.
0 commit comments