Skip to content

Commit 494c7ab

Browse files
elastic-vault-github-plugin-prod[bot]elasticmachineebeahan
authored
[Release] update test environment (#45788)
Co-authored-by: elasticmachine <[email protected]> Co-authored-by: Eric Beahan <[email protected]>
1 parent 207e7f3 commit 494c7ab

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

metricbeat/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ services:
1515

1616
# Used by base tests
1717
elasticsearch:
18-
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.19.0}-1
18+
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-8.19.1}-1
1919
build:
2020
context: ./module/elasticsearch/_meta
2121
args:
22-
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.19.0}
22+
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-8.19.1}
2323
environment:
2424
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
2525
- "transport.host=127.0.0.1"
@@ -36,11 +36,11 @@ services:
3636

3737
# Used by base tests
3838
kibana:
39-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.0}-1
39+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.1}-1
4040
build:
4141
context: ./module/kibana/_meta
4242
args:
43-
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.0}
43+
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.1}
4444
healthcheck:
4545
test: ["CMD-SHELL", "curl -u beats:testing -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
4646
retries: 600
@@ -51,11 +51,11 @@ services:
5151

5252
# Used by base tests
5353
metricbeat:
54-
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.19.0}-1
54+
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-8.19.1}-1
5555
build:
5656
context: ./module/beat/_meta
5757
args:
58-
BEAT_VERSION: ${BEAT_VERSION:-8.19.0}
58+
BEAT_VERSION: ${BEAT_VERSION:-8.19.1}
5959
command: '-e'
6060
ports:
6161
- 5066:5066

testing/environments/latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.1
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -19,7 +19,7 @@ services:
1919
- "script.context.template.cache_max_size=2000"
2020

2121
logstash:
22-
image: docker.elastic.co/logstash/logstash:8.19.0
22+
image: docker.elastic.co/logstash/logstash:8.19.1
2323
healthcheck:
2424
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2525
retries: 300
@@ -29,7 +29,7 @@ services:
2929
- ./docker/logstash/pki:/etc/pki:ro
3030

3131
kibana:
32-
image: docker.elastic.co/kibana/kibana:8.19.0
32+
image: docker.elastic.co/kibana/kibana:8.19.1
3333
healthcheck:
3434
test: ["CMD", "curl", "-f", "http://localhost:5601"]
3535
retries: 300

x-pack/metricbeat/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ services:
3232
kibana:
3333
# Copied configuration from OSS metricbeat because services with depends_on
3434
# cannot be extended with extends
35-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.0}-1
35+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-8.19.1}-1
3636
build:
3737
context: ../../metricbeat/module/kibana/_meta
3838
args:
39-
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.0}
39+
KIBANA_VERSION: ${KIBANA_VERSION:-8.19.1}
4040
depends_on:
4141
- elasticsearch
4242
ports:

0 commit comments

Comments
 (0)