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:
Clark Boylan 2017-11-16 15:50:35 -08:00
parent 548c726dbd
commit c150e17996
1 changed files with 1 additions and 1 deletions

View File

@ -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