You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,12 +155,12 @@ Please select the Axway- or Community-Supported release. The community release a
155
155
156
156
#### Community-Version
157
157
```
158
-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.2/axway-apim-elk-v4.0.2.tar.gz -O - | tar -xvz
158
+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.3/axway-apim-elk-v4.0.3.tar.gz -O - | tar -xvz
159
159
```
160
160
161
161
#### Axway Supported-Version
162
162
```
163
-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.2/axway-apim-elk-v4.0.2.tar.gz -O - | tar -xvz
163
+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.3/axway-apim-elk-v4.0.3.tar.gz -O - | tar -xvz
164
164
```
165
165
166
166
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
@@ -1207,7 +1207,7 @@ You can find more information here: https://www.elastic.co/pricing/
1207
1207
1208
1208
### Is this solution officially supported by Axway?
1209
1209
1210
-
Yes, the solution is supported by Axway. A distinction is made between Community and Axway Supported releases, which are marked accordingly in the release directory. For example, currently version 4.0.2 is Axway supported and accordingly you can create normal Axway support cases.
1210
+
Yes, the solution is supported by Axway. A distinction is made between Community and Axway Supported releases, which are marked accordingly in the release directory. For example, currently version 4.0.3 is Axway supported and accordingly you can create normal Axway support cases.
Copy file name to clipboardExpand all lines: UPDATE.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,18 +66,18 @@ On the other hand, the API builder Docker image, as a central component of the s
66
66
67
67
## Upgrade components
68
68
69
-
The following example shows how to load/unpack release 4.0.2 and apply your current configuration from, for example, version 3.2.0. Regardless of which components have changed, you should install the same release package and take over your configuration on all machines to avoid confusion.
69
+
The following example shows how to load/unpack release 4.0.3 and apply your current configuration from, for example, version 3.2.0. Regardless of which components have changed, you should install the same release package and take over your configuration on all machines to avoid confusion.
70
70
71
71
```
72
72
# Perform these steps on all belonging machines
73
73
# Get and extract the release package
74
-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.2/axway-apim-elk-v4.0.2.tar.gz -O - | tar -xvz
74
+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v4.0.3/axway-apim-elk-v4.0.3.tar.gz -O - | tar -xvz
75
75
# The following directory has been created
76
-
cd axway-apim-elk-v4.0.2
76
+
cd axway-apim-elk-v4.0.3
77
77
# Take over existing configuration from the previous version
78
78
cp ~/axway-apim-elk-v3.2.0/.env .
79
79
# Also copy existing certificates, scripts, extra config-files from the previous version
You can then update each component as described below.
@@ -168,7 +168,7 @@ Updating the Elasticsearch cluster happens one node after next. Make sure:
168
168
169
169
```
170
170
# On the Elasticsearch node you would like to update, navigate into your ELK-Solution directory
171
-
cd axway-apim-elk-v4.0.2
171
+
cd axway-apim-elk-v4.0.3
172
172
# Stop the existing Elasticsearch container you would like to update
173
173
docker stop elasticsearch1
174
174
# Start a new Elasticsearch node (in this case Elasticsearch-Node-1), which will
@@ -184,7 +184,7 @@ It is recommended to run the entire Elastic stack with the same version, so Kiba
184
184
185
185
```
186
186
# On the Kibana node you would like to update, navigate into your ELK-Solution directory
187
-
cd axway-apim-elk-v4.0.2
187
+
cd axway-apim-elk-v4.0.3
188
188
# Stop the existing Kibana container
189
189
docker stop kibana
190
190
# Start a new Kibana-Container with the configured ELASTIC_VERSION in your .env file
@@ -196,7 +196,7 @@ __4. Update Logstash__
196
196
It is recommended to run the entire Elastic stack with the same version, so Logstash should/must be updated as well. Same procedure as for Kibana but repeat this on all Logstash nodes.
197
197
```
198
198
# On the Logstash node you would like to update, navigate into your ELK-Solution directory
199
-
cd axway-apim-elk-v4.0.2
199
+
cd axway-apim-elk-v4.0.3
200
200
# Stop the existing Logstash container
201
201
docker stop logstash
202
202
# Start a new Logstash with the configured ELASTIC_VERSION in your .env file
@@ -209,7 +209,7 @@ It is recommended to run the entire Elastic stack with the same version, so File
209
209
210
210
```
211
211
# On the Filebeat node you would like to update, navigate into your ELK-Solution directory
212
-
cd axway-apim-elk-v4.0.2
212
+
cd axway-apim-elk-v4.0.3
213
213
# Stop existing filebeat container
214
214
docker stop filebeat
215
215
# Start a new Filebeat with the configured ELASTIC_VERSION in your .env file
0 commit comments