Skip to content

Commit 910156d

Browse files
author
kaiyan-sheng
authored
Bump stack version to 7.12.0 for testing (#24957)
1 parent 0dbc89e commit 910156d

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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:-7.10.0}-1
18+
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-7.12.0}-1
1919
build:
2020
context: ./module/elasticsearch/_meta
2121
args:
22-
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-7.10.0}
22+
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-7.12.0}
2323
environment:
2424
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
2525
- "network.host="
@@ -37,23 +37,23 @@ services:
3737

3838
# Used by base tests
3939
kibana:
40-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.10.0}-1
40+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.12.0}-1
4141
build:
4242
context: ./module/kibana/_meta
4343
args:
44-
KIBANA_VERSION: ${KIBANA_VERSION:-7.10.0}
44+
KIBANA_VERSION: ${KIBANA_VERSION:-7.12.0}
4545
depends_on:
4646
- elasticsearch
4747
ports:
4848
- 5601
4949

5050
# Used by base tests
5151
metricbeat:
52-
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-7.10.0}-1
52+
image: docker.elastic.co/integrations-ci/beats-metricbeat:${BEAT_VERSION:-7.12.0}-1
5353
build:
5454
context: ./module/beat/_meta
5555
args:
56-
BEAT_VERSION: ${BEAT_VERSION:-7.10.0}
56+
BEAT_VERSION: ${BEAT_VERSION:-7.12.0}
5757
command: '-e'
5858
ports:
5959
- 5066

metricbeat/module/logstash/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ version: '2.3'
22

33
services:
44
logstash:
5-
image: docker.elastic.co/integrations-ci/beats-logstash:${LOGSTASH_VERSION:-7.10.0}-1
5+
image: docker.elastic.co/integrations-ci/beats-logstash:${LOGSTASH_VERSION:-7.12.0}-1
66
build:
77
context: ./_meta
88
args:
9-
LOGSTASH_VERSION: ${LOGSTASH_VERSION:-7.10.0}
9+
LOGSTASH_VERSION: ${LOGSTASH_VERSION:-7.12.0}
1010
ports:
1111
- 9600
1212
depends_on:
1313
- elasticsearch
1414

1515
elasticsearch:
16-
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-7.10.0}-1
16+
image: docker.elastic.co/integrations-ci/beats-elasticsearch:${ELASTICSEARCH_VERSION:-7.12.0}-1
1717
build:
1818
context: ../elasticsearch/_meta
1919
args:
20-
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-7.10.0}
20+
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION:-7.12.0}
2121
environment:
2222
- "network.host="
2323
- "transport.host=127.0.0.1"

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:7.10.0
6+
image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -20,7 +20,7 @@ services:
2020
- "script.context.template.cache_max_size=2000"
2121

2222
logstash:
23-
image: docker.elastic.co/logstash/logstash:7.10.0
23+
image: docker.elastic.co/logstash/logstash:7.12.0
2424
healthcheck:
2525
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2626
retries: 300
@@ -30,7 +30,7 @@ services:
3030
- ./docker/logstash/pki:/etc/pki:ro
3131

3232
kibana:
33-
image: docker.elastic.co/kibana/kibana:7.10.0
33+
image: docker.elastic.co/kibana/kibana:7.12.0
3434
healthcheck:
3535
test: ["CMD", "curl", "-f", "http://localhost:5601"]
3636
retries: 300

x-pack/metricbeat/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ services:
2424
kibana:
2525
# Copied configuration from OSS metricbeat because services with depends_on
2626
# cannot be extended with extends
27-
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.10.0}-1
27+
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.12.0}-1
2828
build:
2929
context: ../../metricbeat/module/kibana/_meta
3030
args:
31-
KIBANA_VERSION: ${KIBANA_VERSION:-7.10.0}
31+
KIBANA_VERSION: ${KIBANA_VERSION:-7.12.0}
3232
depends_on:
3333
- elasticsearch
3434
ports:

0 commit comments

Comments
 (0)