Don't index karaf logs
The screen-karaf.txt logs come in at a ~270MB, are not in oslo log format, and don't filter by log level. Attempting to index this file has OOM'd at least one logstash worker process. We didn't attempt to index these files prior to the zuulv3 switch so lets just stop indexing them. Change-Id: Iaab5883c9af9c5d0b323fc351c92869bde7edb9d
This commit is contained in:
parent
548c726dbd
commit
c150e17996
@ -75,7 +75,7 @@ logstash_processor_config:
|
||||
tags:
|
||||
- console
|
||||
- console.html
|
||||
- name: screen-(?!(peakmem_tracker|dstat)).*\.txt
|
||||
- name: screen-(?!(peakmem_tracker|dstat|karaf)).*\.txt
|
||||
tags:
|
||||
- screen
|
||||
- oslofmt
|
||||
|
Loading…
Reference in New Issue
Block a user