Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 8b1ca2f

Browse files
author
Chris Wiechmann
committed
Updated Elastic-Stack to version 7.15.2
1 parent 09b227a commit 8b1ca2f

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/apibuilder4elastic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
services:
111111
elasticsearch:
112-
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.0
112+
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.2
113113
ports:
114114
- 9200:9200
115115
- 9300:9300

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Helm Default-Values for Kibana Memory-Limits changed from 300MB to 500MB (Request) and 300MB to 750MB (Limit)
1313
- Updated dependencies of a number of packages to fix security issues
1414
- Updated API-Builder to version Bangkok
15+
- Updated Elastic-Stack from version 7.14.0 to 7.15.2
1516

1617
### Fixed
1718
- Error initializing cluster when having multiple ELASTICSEARCH_HOSTS configured [#150](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/150)

UPDATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ On the other hand, the API builder Docker image, as a central component of the s
5858
| 3.4.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| 7.14.0 | |
5959
| 3.5.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
6060
| 3.6.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
61+
| 4.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.15.2 |Unreleased |
6162

6263
### Update from Version 1.0.0
6364

env-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ELASTICSEARCH_CLUSTERNAME=Axway APIM
330330
# ----------------------------------------------------------------------------------------------
331331
# Define the version of the Elastic-Stack to use. Based on this version Docker images are pulled
332332
# Used-By: Elasticsearch, Filebeat, Kibana, Logstash
333-
ELASTIC_VERSION=7.14.0
333+
ELASTIC_VERSION=7.15.2
334334

335335
# ----------------------------------------------------------------------------------------------
336336
# With these parameters you can change the way the authorization for the traffic monitor is

helm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ appVersion: "3.6.0"
1010

1111
dependencies:
1212
- name: logstash
13-
version: "7.14.0"
13+
version: "7.15.2"
1414
repository: https://helm.elastic.co
1515
condition: logstash.enabled
1616
- name: filebeat
17-
version: "7.14.0"
17+
version: "7.15.2"
1818
repository: https://helm.elastic.co
1919
condition: filebeat.enabled
2020
- name: elasticsearch
21-
version: "7.14.0"
21+
version: "7.15.2"
2222
repository: https://helm.elastic.co
2323
condition: elasticsearch.enabled
2424
- name: kibana
25-
version: "7.14.0"
25+
version: "7.15.2"
2626
repository: https://helm.elastic.co
2727
condition: kibana.enabled

0 commit comments

Comments
 (0)