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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,24 @@ 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
-
## [Unreleased]
7
+
## [3.4.0] 2021-09-02
8
8
### Fixed
9
9
- Service name filtering is not working as expected [#129](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/129)
10
10
- API Operation filter not working as expected [#131](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/131)
11
11
- V-Host filter is ignored / Index-Template changed to index VHost additionally as text [#130](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/130)
12
12
13
13
### Changed
14
-
- Updated Elastic-Stack from version 7.12.1 to 7.14.0
15
-
- Updated API-Builder version changed from Quezon to Timbuktu
14
+
- Updated Elastic-Stack from version 7.12.1 to 7.14.0 (with that increased the min. amount of memory from 16GB to 18GB)
15
+
- Updated API-Builder version from Quezon to Timbuktu
16
16
- API-Builder now always returns an Unknown API object if an API could not be found [#128](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/128)
17
-
- Field http.status now indexed as a keyword additionally to Integer
17
+
- Field http.status now indexed as a keyword additionally to Integer, which is required for Long-Term-Analytics (Transformation-Job)
18
18
19
19
### Added
20
20
- Added support for Long-Term API-Analytics based on transformation jobs
21
21
- Added Quartely- and Yearly-API-Request dashboars in addition to the existing Real-Time Dashboard
22
22
- Added support for Transactions [#83](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/83)
23
-
- If Current-User request to ANM fails, API-Builder is now trying it again [#135](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/135)
24
-
- New optional parameter: DROP_TRACE_MESSAGE_LEVELS to skip indexing of certain trace messages[#136](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/136)
23
+
- If the Current-User request to ANM REST-API fails, API-Builder is now trying it again [#135](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/135)
24
+
- New optional parameter: `DROP_TRACE_MESSAGE_LEVELS` to skip indexing of certain trace message levels[#136](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/136)
0 commit comments