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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ 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
+
## [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
+
7
12
## [2.0.1] 2021-01-28
8
13
### Fixed
9
14
- 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)
Copy file name to clipboardExpand all lines: UPDATE.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ With the following steps you can update the solution without downtime. Of course
14
14
15
15
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.
16
16
17
+
#### Upgrade steps overview
17
18
- Load and unpack the current or desired release
18
19
- it is recommended to unpack it next to the existing release
19
20
-`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
@@ -69,11 +70,11 @@ Repeat these steps on all machines running Logstash/API-Builder/Memcache.
69
70
70
71
#### ANM config
71
72
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.
73
74
74
75
#### Dashboards
75
76
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.
0 commit comments