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

Commit 3447eec

Browse files
author
Chris Wiechmann
committed
Small bugfixes
1 parent 8b1ca2f commit 3447eec

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212
- 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
1314
- Updated dependencies of a number of packages to fix security issues
1415
- Updated API-Builder to version Bangkok
1516
- Updated Elastic-Stack from version 7.14.0 to 7.15.2
1617

1718
### Fixed
1819
- Error initializing cluster when having multiple ELASTICSEARCH_HOSTS configured [#150](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/150)
1920
- 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
22+
2023

2124
## [3.6.0] 2021-09-20
2225
### Added

env-sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ MEMCACHED=memcached:11211
293293
# correct.
294294
# Used-By: Elasticsearch
295295
# ES_JAVA_OPTS=-Xms8g -Xmx8g
296+
ES_JAVA_OPTS=-Xms1g -Xmx1g
296297
# Or use it to setup the temp directory for Elasticsearch. Keep in mind, a directory within the
297298
# container.
298299
# ES_JAVA_OPTS=-Xms8g -Xmx8g -Djava.io.tmpdir=/var/tmp

filebeat/docker-compose.filebeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- GATEWAY_REGION=${GATEWAY_REGION}
2323
- FILEBEAT_WORKER=${FILEBEAT_WORKER}
2424
- SELF_MONITORING_ENABLED=${SELF_MONITORING_ENABLED}
25-
- FILEBEAT_COMPRESSION_LEVEL=${FILEBEAT_COMPRESSION_LEVEL:3}
25+
- FILEBEAT_COMPRESSION_LEVEL=${FILEBEAT_COMPRESSION_LEVEL:-3}
2626
ports:
2727
- 5066:5066
2828
volumes:

0 commit comments

Comments
 (0)