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

Commit 6431e9d

Browse files
author
Chris Wiechmann
committed
DROP_TRACE_MESSAGE_LEVELS
1 parent a373928 commit 6431e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2121
- Added Quartely- and Yearly-API-Request dashboars in addition to the existing Real-Time Dashboard
2222
- Added support for Transactions [#83](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/83)
2323
- 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 [#XXX](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/XXX)
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)
2525

2626
## [3.3.2] 2021-08-30
2727
### Fixed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ logstash:
206206
# See parameter LS_JAVA_OPTS in env-sample for more details
207207
logstashJavaOpts: "-Xmx6g -Xms6g"
208208
fullnameOverride: "axway-elk-apim4elastic"
209-
dropTraceMessageLevels: "DEBUG|DATA"
209+
dropTraceMessageLevels: "DEBUG,DATA"
210210
# Number of replicas for Logstash
211211
replicas: 2
212212
# Injects the environment variables from the ConfigMaps and Secrets into the

0 commit comments

Comments
 (0)