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

Commit 5c9c5ff

Browse files
author
Chris Wiechmann
committed
Updated Elastic version to 7.16.3
Helm Kibana replicas set to 2 instead of 1 Updated base Helm-Chart to version 7.16.2
1 parent 024a78b commit 5c9c5ff

File tree

6 files changed

+22
-20
lines changed

6 files changed

+22
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88
### Changed
9+
- Updated default Elastic-Stack version from 7.16.2 to 7.16.3 which delivers log4j 2.17.1
910
- No longer possible to start an Elasticsearch-Node that is not part of ELASTICSEARCH_NODES [#155](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/155)
11+
- Helm chart deploys 2 Kibana replicas by default instead of 1
1012
- Updated API-Builder to version Caracas
1113
- Updated API-Builder custom flow node libraries
1214

UPDATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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.1.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | [7.16.2](#update-elastic-stack-version) | Unreleased |
40+
| 4.1.0 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | [X](#parameters)|- | [7.16.3](#update-elastic-stack-version) | Unreleased |
4141
| 4.0.3 | - | - | - | - | - | - | - |- | [7.16.2](#update-elastic-stack-version) | |
4242
| 4.0.2 | - | - | - | - | - | - | - |- | [7.16.1](#update-elastic-stack-version) | See #154 |
4343
| 4.0.1 | - | - | - | - | - | - | - |- | [7.16.1](#update-elastic-stack-version) | |

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.2
334+
ELASTIC_VERSION=7.16.3
335335

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

helm/Chart.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
dependencies:
22
- name: logstash
33
repository: https://helm.elastic.co
4-
version: 7.16.1
4+
version: 7.16.2
55
- name: filebeat
66
repository: https://helm.elastic.co
7-
version: 7.16.1
7+
version: 7.16.2
88
- name: elasticsearch
99
repository: https://helm.elastic.co
10-
version: 7.16.1
10+
version: 7.16.2
1111
- name: kibana
1212
repository: https://helm.elastic.co
13-
version: 7.16.1
13+
version: 7.16.2
1414
- name: apm-server
1515
repository: https://helm.elastic.co
16-
version: 7.16.1
17-
digest: sha256:b68df1aa1ce99f9cd329c82f9c60d762d04126a11b2416f24e017288b83a606e
18-
generated: "2021-12-16T07:52:38.6782324+01:00"
16+
version: 7.16.2
17+
digest: sha256:19dd7196acdfecab08ba9fce400d23ff0422edaf28d354923677ee5c1b4ddcd0
18+
generated: "2022-01-14T09:14:46.2144341+01:00"

helm/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ appVersion: "4.0.3"
1010

1111
dependencies:
1212
- name: logstash
13-
version: "7.16.1"
13+
version: "7.16.2"
1414
repository: https://helm.elastic.co
1515
condition: logstash.enabled
1616
- name: filebeat
17-
version: "7.16.1"
17+
version: "7.16.2"
1818
repository: https://helm.elastic.co
1919
condition: filebeat.enabled
2020
- name: elasticsearch
21-
version: "7.16.1"
21+
version: "7.16.2"
2222
repository: https://helm.elastic.co
2323
condition: elasticsearch.enabled
2424
- name: kibana
25-
version: "7.16.1"
25+
version: "7.16.2"
2626
repository: https://helm.elastic.co
2727
condition: kibana.enabled
2828
- name: apm-server
29-
version: "7.16.1"
29+
version: "7.16.2"
3030
repository: https://helm.elastic.co
3131
condition: apm-server.enabled

helm/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ apibuilder4elastic:
208208
logstash:
209209
enabled: true
210210
# You may override the standard version
211-
imageTag: "7.16.2"
211+
imageTag: "7.16.3"
212212
# The following secrets are used to generate the secret <releaseName>-apim4elastic-logstash-secret
213213
# If disabled the secret is not created and you have to provide them in your own secret and
214214
# use the envFrom.secretRef below to make it available for Logstash.
@@ -316,7 +316,7 @@ logstash:
316316
elasticsearch:
317317
enabled: true
318318
# You may override the standard version
319-
imageTag: "7.16.2"
319+
imageTag: "7.16.3"
320320
fullnameOverride: "axway-elk-apim4elastic-elasticsearch"
321321
clusterName: "axway-apim"
322322
replicas: 3
@@ -429,9 +429,9 @@ elasticsearch:
429429
kibana:
430430
enabled: true
431431
# You may override the standard version
432-
imageTag: "7.16.2"
432+
imageTag: "7.16.3"
433433
fullnameOverride: "axway-elk-apim4elastic"
434-
replicas: 1
434+
replicas: 2
435435
# Username and Password for Kibana to send monitoring events to Elasticsearch
436436
# When enabled, the provided username and password are used to create the secret
437437
# <releaseName>-apim4elastic-kibana-secret which is referenced below.
@@ -518,7 +518,7 @@ filebeat:
518518
# Deploy Filebeat or not
519519
enabled: false
520520
# You may override the standard version
521-
imageTag: "7.16.2"
521+
imageTag: "7.16.3"
522522
# Set this to true, to create the filebeat ConfigMaps & Secret including the filebeat.yaml
523523
# This is useful, if you would like to run filebeat as a sidecar along with the API-Gateways and just
524524
# reference these config maps
@@ -729,7 +729,7 @@ filebeat:
729729
apm-server:
730730
enabled: false
731731
# You may override the standard version
732-
imageTag: "7.16.2"
732+
imageTag: "7.16.3"
733733
# Required for the internal stack monitoring to work with the APM-Server
734734
elasticsearchClusterUUID: ""
735735

0 commit comments

Comments
 (0)