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

Commit 81f5418

Browse files
author
Chris Wiechmann
committed
Fixes issue #72 by updating the ES-Flownode to version 1.0.19
1 parent 59620ac commit 81f5418

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
- Now the Application-Id shown in Traffic-Monitor column: Subject resolves to the Application-Name [#69](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/69)
1010
- Now it is possible to perform a Full-Text search (search for a part of value) on the Subject-Column in Traffic-Monitor [#70](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/70)
1111

12+
### Fixed
13+
- Indices are rolled over too often when an Index-Template is changed [#72](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/72)
14+
1215
## [2.0.2] 2021-02-02
1316
### Fixed
1417
- Wrong ILM Rollover alias added to regional index [#67](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/67)

UPDATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ On the other hand, the API builder Docker image, as a central component of the s
3838
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |:---: | :---: | :--- |
3939
| 1.0.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#filebeat)| [X](#anm-config)| [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| 7.9.2 | |
4040
| 2.0.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | [X](#filebeat)| [X](#anm-config)| [X](#dashboards)| [X](#parameters)|[X](#elastic-config)| 7.10.0 | |
41-
| 2.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | | 7.10.0 | |
42-
| 2.0.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | | 7.10.0 | |
41+
| 2.0.1 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | - | 7.10.0 | |
42+
| 2.0.2 | [X](#api-builderlogstashmemcached) | - | - | - | - | - | - | - | 7.10.0 | |
4343
| 2.1.0 | [X](#api-builderlogstashmemcached) | [X](#api-builderlogstashmemcached) | - | - | - | - | - |[X](#elastic-config)| 7.10.0 | Unreleased |
4444

4545
### Update from Version 1.0.0

apibuilder4elastic/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apibuilder4elastic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/cwiechmann/apigateway-openlogging-elk",
2828
"dependencies": {
29-
"@axway-api-builder-ext/api-builder-plugin-fn-elasticsearch": "^1.0.18",
29+
"@axway-api-builder-ext/api-builder-plugin-fn-elasticsearch": "^1.0.19",
3030
"@axway-api-builder-ext/api-builder-plugin-fn-file": "^0.0.7",
3131
"@axway-api-builder-ext/api-builder-plugin-utils": "^1.0.1",
3232
"@axway/api-builder-plugin-fn-base64": "^2.1.5",

0 commit comments

Comments
 (0)