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

Commit 01d3884

Browse files
author
Chris Wiechmann
committed
Updated standard Elastic-Version to 7.16.2
1 parent 29675ed commit 01d3884

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.0.3] 2021-12-20
8+
### Changed
9+
- Updated default Elastic-Stack version from 7.16.1 to 7.16.2 which derlivery log4j 2.17.0
10+
711
## [4.0.2] 2021-12-17
812
### Fixed
913
- Elasticsearch failed to start - awk: line 1: syntax error at or near , [#154](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/154)

UPDATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ On the other hand, the API builder Docker image, as a central component of the s
3737

3838
| Ver | API-Builder | Logstash | Memcached | Filebeat | ANM-Config | Dashboards | Params |Elastic-Config | ELK-Ver.| Notes |
3939
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |:---: | :---: | :--- |
40-
| 4.0.2 | - | - | - | - | - | [X](#dashboards)| - |- | 7.16.1 | See #154 |
41-
| 4.0.1 | - | - | - | - | - | [X](#dashboards)| - |- | 7.16.1 | |
40+
| 4.0.3 | - | - | - | - | - | - | - |- | 7.16.2 | |
41+
| 4.0.2 | - | - | - | - | - | - | - |- | 7.16.1 | See #154 |
42+
| 4.0.1 | - | - | - | - | - | - | - |- | 7.16.1 | |
4243
| 4.0.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | [X](#dashboards)| - |- | 7.15.2 | |
4344
| 3.6.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |
4445
| 3.5.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | 7.14.0 | |

env-sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ ELASTICSEARCH_CLUSTERNAME=Axway APIM
331331
# ----------------------------------------------------------------------------------------------
332332
# Define the version of the Elastic-Stack to use. Based on this version Docker images are pulled
333333
# Used-By: Elasticsearch, Filebeat, Kibana, Logstash
334-
ELASTIC_VERSION=7.16.1
334+
ELASTIC_VERSION=7.16.2
335335

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

helm/values.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ apibuilder4elastic:
204204

205205
logstash:
206206
enabled: true
207+
# You may override the standard version
208+
imageTag: "7.16.2"
207209
# The following secrets are used to generate the secret <releaseName>-apim4elastic-logstash-secret
208210
# If disabled the secret is not created and you have to provide them in your own secret and
209211
# use the envFrom.secretRef below to make it available for Logstash.
@@ -297,9 +299,11 @@ logstash:
297299
# The following parameters represent only the most important parameters for the solution.
298300
elasticsearch:
299301
enabled: true
302+
# You may override the standard version
303+
imageTag: "7.16.2"
300304
fullnameOverride: "axway-elk-apim4elastic-elasticsearch"
301305
clusterName: "axway-apim"
302-
replicas: 2
306+
replicas: 3
303307
minimumMasterNodes: 1
304308
esJavaOpts: "-Xms8g -Xmx8g"
305309
protocol: https
@@ -408,6 +412,8 @@ elasticsearch:
408412
# The following parameters represent only the most important parameters for the solution.
409413
kibana:
410414
enabled: true
415+
# You may override the standard version
416+
imageTag: "7.16.2"
411417
fullnameOverride: "axway-elk-apim4elastic"
412418
replicas: 1
413419
# Username and Password for Kibana to send monitoring events to Elasticsearch
@@ -490,6 +496,8 @@ kibana:
490496
filebeat:
491497
# Deploy Filebeat or not
492498
enabled: false
499+
# You may override the standard version
500+
imageTag: "7.16.2"
493501
# Set this to true, to create the filebeat ConfigMaps & Secret including the filebeat.yaml
494502
# This is useful, if you would like to run filebeat as a sidecar along with the API-Gateways and just
495503
# reference these config maps
@@ -695,6 +703,8 @@ filebeat:
695703
##################################################################################################################################
696704
apm-server:
697705
enabled: false
706+
# You may override the standard version
707+
imageTag: "7.16.2"
698708
# Required for the internal stack monitoring to work with the APM-Server
699709
elasticsearchClusterUUID: ""
700710

0 commit comments

Comments
 (0)