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

Commit 64a1290

Browse files
author
Chris Wiechmann
committed
Set version number to 1.0.0
1 parent 6c4fa6f commit 64a1290

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ After this configuration has been done, Open-Traffic log-files will be created b
9999

100100
Please download and extract the release package from the GitHub project onto your machine(s):
101101
```
102-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v1.0.0-RC4/axway-apim-elk-v1.0.0-RC4.tar.gz -O - | tar -xvz
102+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v1.0.0/axway-apim-elk-v1.0.0.tar.gz -O - | tar -xvz
103103
```
104104
To simplify updates it is recommended to create a Symlink-Folder and finally rename the provided file `env-sample` to `.env`.
105105
```
106-
ln -s axway-apim-elk-v1.0.0-RC4 axway-apim-elk
107-
cd axway-apim-elk-v1.0.0-RC4
106+
ln -s axway-apim-elk-v1.0.0 axway-apim-elk
107+
cd axway-apim-elk-v1.0.0
108108
mv env-sample .env
109109
```
110110

@@ -177,10 +177,10 @@ API_MANAGER_PASSWORD=elastic
177177
```
178178
Check that the docker containers for Logstash, API Builder and Memached are running.
179179
```
180-
[ec2-user@ip-172-31-61-59 axway-apim-elk-v1.0.0-RC4]$ docker ps
180+
[ec2-user@ip-172-31-61-59 axway-apim-elk-v1.0.0]$ docker ps
181181
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
182182
d1fcd2eeab4e docker.elastic.co/logstash/logstash:7.9.2 "/usr/share/logstash…" 4 hours ago Up 4 hours 0.0.0.0:5044->5044/tcp, 9600/tcp logstash
183-
4ce446cafda1 cwiechmann/apibuilder4elastic:v1.0.0-RC4 "docker-entrypoint.s…" 4 hours ago Up 4 hours (healthy) 0.0.0.0:8443->8443/tcp apibuilder4elastic
183+
4ce446cafda1 cwiechmann/apibuilder4elastic:v1.0.0 "docker-entrypoint.s…" 4 hours ago Up 4 hours (healthy) 0.0.0.0:8443->8443/tcp apibuilder4elastic
184184
d672f2983c86 memcached:1.6.6-alpine "docker-entrypoint.s…" 4 hours ago Up 4 hours 11211/tcp memcached
185185
```
186186
It may take some time (2-3 minutes) until Logstash is finally started.

apibuilder4elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apibuilder4elastic",
33
"description": "This API-Builder project provides an ELK-Based Traffic-Monitor API.",
44
"main": "app.js",
5-
"version": "v1.0.0-RC2",
5+
"version": "v1.0.0",
66
"author": {
77
"email": "cwiechmann@axway.com",
88
"name": "Chris Wiechmann",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353

5454
# This is the API-Builder project exposing the API-Gateway Manager REST-API
5555
apibuilder4elastic:
56-
image: cwiechmann/apibuilder4elastic:v1.0.0-RC4
56+
image: cwiechmann/apibuilder4elastic:v1.0.0
5757
container_name: apibuilder4elastic
5858
environment:
5959
- ELASTICSEARCH_HOSTS=${ELASTICSEARCH_HOSTS}

0 commit comments

Comments
 (0)