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

Commit 9a4d4c2

Browse files
author
Chris Wiechmann
committed
[skip ci] Update docu and Changelog
1 parent 2a618ca commit 9a4d4c2

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.2] 2021-02-02
8+
### Fixed
9+
- Wrong ILM Rollover alias added to regional index [#67](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/67)
10+
- Index-Rollover error when using regional indices [#66](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/66)
11+
712
## [2.0.1] 2021-01-28
813
### Fixed
914
- Avoid a Race-Condition by making the variable apiProxy locally instead of global [#61](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/61)

DEVELOPMENT.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
`image: cwiechmann/apibuilder4elastic:v2.0.0`
66
- apibuilder4elastic/package.json
77
`"version": "v2.0.0",`
8+
- UPDATE.md
9+
`"version": "v2.0.0",`
810

911
### CHANGELOG.md
1012
- Add recent changes

UPDATE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ With the following steps you can update the solution without downtime. Of course
1414

1515
The core component is the API Builder project which provides the information about the necessary configuration. In principle, it contains the desired or necessary state suitable for the version, especially about the Elasticsearch configuration, such as index templates, ILM policies, etc. If the version is updated, the API builder checks the current configuration in Elasticsearch and adjusts it if necessary to fit the corresponding version. This includes necessary changes for bug fixes or enhancements.
1616

17+
#### Upgrade steps overview
1718
- Load and unpack the current or desired release
1819
- it is recommended to unpack it next to the existing release
1920
- `wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v2.0.0/axway-apim-elk-v2.0.0.tar.gz -O - | tar -xvz`
@@ -29,12 +30,12 @@ The core component is the API Builder project which provides the information abo
2930

3031
## Release history - Changed components
3132

32-
| Ver | API-Builder | Logstash | Memcached | Filebeat | ANM-Config | Dashboards | Params | ELK-Ver.| Notes |
33-
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :--- |
34-
| 1.0.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 7.9.2 | |
35-
| 2.0.0 | [X](#api_builder_logstash_memcached)| [X](#api_builder_logstash_memcached)| [X](#api_builder_logstash_memcached)| [X](#filebeat)| [X](#anm_config)| [X](#dashboards)| [X](#parameters)| 7.10.0 | |
36-
| 2.0.1 | [X](#api_builder_logstash_memcached)| - | - | - | - | - | - | 7.10.0 | |
37-
| 2.0.2 | [X](#api_builder_logstash_memcached)| - | - | - | - | - | - | 7.10.0 | |
33+
| Ver | API-Builder | Logstash | Memcached | Filebeat | ANM-Config | Dashboards | Params | ELK-Ver.| Notes |
34+
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :--- |
35+
| 1.0.0 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | 7.9.2 | |
36+
| 2.0.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#filebeat)| [X](#anm-config)| [X](#dashboards)| [X](#parameters)| 7.10.0 | |
37+
| 2.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | 7.10.0 | |
38+
| 2.0.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | 7.10.0 | |
3839

3940
### Update from Version 1.0.0
4041

@@ -69,11 +70,11 @@ Repeat these steps on all machines running Logstash/API-Builder/Memcache.
6970

7071
#### ANM config
7172

72-
Please follow the instructions to [setup the Admin-Node-Manager](README.MD#setup-admin-node-manager) based on the most recent Policy-Fragment shipped with the release.
73+
Please follow the instructions to [setup the Admin-Node-Manager](README.md#setup-admin-node-manager) based on the most recent Policy-Fragment shipped with the release.
7374

7475
#### Dashboards
7576

76-
Please follow the instructions to [import Kibana-Dashboards](README.MD#kibana) based on the most recent Dashboards shipped with the release.
77+
Please follow the instructions to [import Kibana-Dashboards](README.mb#kibana) based on the most recent Dashboards shipped with the release.
7778

7879
#### Parameters
7980

0 commit comments

Comments
 (0)