This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 4.4 .0] 2022-03-31
7
+ ## [ 4.5 .0] 2022-03-31
8
8
### Added
9
9
- Now the parameter: ` CACHE_API_PATHS ` is also used to cache the API-Ignore lookup more efficient
10
10
- New parameter: ` APPLICATION_LOOKUP_ENABLED ` to disable application lookup for API-Gateway Traffic Monitoring improvement
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Please select the Axway- or Community-Supported release. The community release a
159
159
160
160
#### Community-Version
161
161
```
162
- wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.4 .0/axway-apim-elk-v4.4 .0.tar.gz -O - | tar -xvz
162
+ wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.5 .0/axway-apim-elk-v4.5 .0.tar.gz -O - | tar -xvz
163
163
```
164
164
165
165
#### Axway Supported-Version
Original file line number Diff line number Diff line change 2
2
"name" : " apibuilder4elastic" ,
3
3
"description" : " This API-Builder project provides an ELK-Based Traffic-Monitor API." ,
4
4
"main" : " app.js" ,
5
- "version" : " v4.4 .0" ,
5
+ "version" : " v4.5 .0" ,
6
6
"author" : " Chris Wiechmann" ,
7
7
"email" : " cwiechmann@axway.com" ,
8
8
"url" : " https://axway.com" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
67
67
68
68
# This is the API-Builder project exposing the API-Gateway Manager REST-API
69
69
apibuilder4elastic :
70
- image : cwiechmann/apibuilder4elastic:v4.4 .0
70
+ image : cwiechmann/apibuilder4elastic:v4.5 .0
71
71
restart : on-failure:10
72
72
container_name : apibuilder4elastic
73
73
# Enable this, if you want to debug a crashing container
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ description: A Helm chart for the Axway APIM Elasticsearch integration.
4
4
5
5
type : application
6
6
7
- version : 4.4 .0
7
+ version : 4.5 .0
8
8
9
- appVersion : " 4.4 .0"
9
+ appVersion : " 4.5 .0"
10
10
11
11
dependencies :
12
12
- name : logstash
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ kubectl apply -n apim-elk -f https://raw.githubusercontent.com/Axway-API-Managem
85
85
86
86
With Elasticsearch volumes and your `myvalues.yaml` file in place, you can start the installation:
87
87
```
88
- helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.4 .0/helm-chart-apim4elastic-v4.4 .0.tgz
88
+ helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.5 .0/helm-chart-apim4elastic-v4.5 .0.tgz
89
89
```
90
90
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
91
91
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apibuilder4elastic:
25
25
# Enables the APIBuilder4Elastic, which is required for the solution to work. So very unlikely to disable
26
26
enabled : true
27
27
image : " cwiechmann/apibuilder4elastic"
28
- imageTag : " v4.4 .0"
28
+ imageTag : " v4.5 .0"
29
29
imagePullPolicy : IfNotPresent
30
30
nameOverride : " apibuilder4leastic"
31
31
fullnameOverride : " Axway API-Builder4Elastic"
You can’t perform that action at this time.
0 commit comments