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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,18 @@ After this configuration has been done, Open-Traffic log-files will be created b
151
151
152
152
#### Download and extract the release package
153
153
154
-
Please download and extract the release package from the GitHub project onto your machine(s):
154
+
Please download and extract the release package from GitHub onto your machine(s). Please select the Axway supported or community release. The community release always reflects the state of development. Please check the changelog to make sure you select the correct version
155
+
156
+
#### Community-Version
155
157
```
156
158
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.6.0/axway-apim-elk-v3.6.0.tar.gz -O - | tar -xvz
157
159
```
160
+
161
+
#### Axway Supported-Version
162
+
```
163
+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.6.0/axway-apim-elk-v3.2.0.tar.gz -O - | tar -xvz
164
+
```
165
+
158
166
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
0 commit comments