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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
11
### Changed
12
12
- Helm Default-Values for Kibana Memory-Limits changed from 300MB to 500MB (Request) and 300MB to 750MB (Limit)
13
+
- Elasticsearch default ES_JAVA_OPTS now -Xms1g -Xmx1g as it is no longer set by Elasticsearch to this default
13
14
- Updated dependencies of a number of packages to fix security issues
14
15
- Updated API-Builder to version Bangkok
15
16
- Updated Elastic-Stack from version 7.14.0 to 7.15.2
16
17
17
18
### Fixed
18
19
- Error initializing cluster when having multiple ELASTICSEARCH_HOSTS configured [#150](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/150)
19
20
- Filebeat ignored most recent OpenTraffic file due to a wrong filename pattern (*_traffic_*.log --> *_traffic*.log)
21
+
- Default for optional parameter: `FILEBEAT_COMPRESSION_LEVEL` was not working as expected
0 commit comments