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

Commit 77940a7

Browse files
author
Chris Wiechmann
committed
Reduced Retention-Period for Trace-Messages from 75 to 30 days
#77
1 parent 770ff0e commit 77940a7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Fixed
99
- Parse error when using multiple API_MANAGER configuration [#76](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/76)
1010

11+
### Changed
12+
- Log-Retention-Period for Trace-Messages from 75 days to 30 days [#77](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/77)
13+
1114
## [2.1.1] 2021-02-05
1215
### Fixed
1316
- Race-Condition, causing wrong organization assigned to API under heavy load [#75](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/75)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ The configuration is defined here per data type (e.g. Summary, Details, Audit, .
760760
| :--- |:--- | :--- | :--- | :--- | :--- | :--- |
761761
| **Traffic-Summary** | Main index for traffic-monitor overview and primary dashboard | 30GB / 15 days | 5 days | 10 days | 0 days | 30 days |
762762
| **Traffic-Details** | Details in Traffic-Monitor for Policy, Headers and Payload reference | 30GB / 15 days | 5 days | 10 days | 0 days | 30 days |
763-
| **Traffic-Trace** | Trace-Messages belonging to an API-Request shown in Traffic-Monitor | 30GB / 60 days | 5 days | 10 days | 0 days | 75 days |
764-
| **General-Trace** | General trace messages, like Start- & Stop-Messages | 30GB / 60 days | 5 days | 10 days | 0 days | 75 days |
763+
| **Traffic-Trace** | Trace-Messages belonging to an API-Request shown in Traffic-Monitor | 30GB / 15 days | 5 days | 10 days | 0 days | 30 days |
764+
| **General-Trace** | General trace messages, like Start- & Stop-Messages | 30GB / 15 days | 5 days | 10 days | 0 days | 30 days |
765765
| **Gateway-Monitoring** | System status information (CPU, HDD, etc.) from Event-Files | 30GB / 60 days | 30 days | 15 days | 0 days | 105 days |
766766
| **Domain-Audit** | Domain Audit-Information as configured in Admin-Node-Manager | 10GB / 270 days | 270 days| 720 days| 15 days | >3 years|
767767

apibuilder4elastic/elasticsearch_config/trace-messages/ilm_policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"min_age": "0ms",
66
"actions": {
77
"rollover": {
8-
"max_age": "60d",
8+
"max_age": "15d",
99
"max_size": "30gb"
1010
},
1111
"set_priority": {
@@ -34,7 +34,7 @@
3434
"min_age": "5d",
3535
"actions": {
3636
"set_priority": {
37-
"priority": 0
37+
"priority": 20
3838
}
3939
}
4040
},

0 commit comments

Comments
 (0)