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

Commit d2020b9

Browse files
author
Chris Wiechmann
committed
Now OpenTraffic-Files pattern is *_traffic_*.log
Fixes #145
1 parent 1cede93 commit d2020b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
- Make sure Filebeat is not mixing up OpenTraffic with other Log-Files auch as Audit-Log [#145](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/145)
9+
710
## [3.5.0] 2021-09-13
811
### Added
912
- Traffic-Monitor Authorization should support Multi-Organization [#141](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/141)

filebeat/filebeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ http.host: "0.0.0.0"
1313

1414
filebeat.inputs:
1515
- type: log
16-
paths: ["/var/log/opentraffic/*.log"]
16+
paths: ["/var/log/opentraffic/*_traffic_*.log"]
1717
close_inactive: 5m # Close filehandlers, if the file has not changed anymore
1818
json.keys_under_root: true
1919
json.overwrite_keys: false

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ filebeat:
582582
583583
filebeat.inputs:
584584
- type: log
585-
paths: ["/var/opentraffic/*.log"]
585+
paths: ["/var/opentraffic/*_traffic_*.log"]
586586
close_inactive: 5m # Close filehandlers, if the file has not changed anymore
587587
json.keys_under_root: true
588588
json.overwrite_keys: false

0 commit comments

Comments
 (0)