Stop indexing peakmem and dstat logs
These two log files are fairly large, don't support log levels and were matching the new screen-.* logfile regex. This meant they were getting indexed when they weren't before the zuulv3 switch. Lets stop indexing them while we get the logostash and elasticsearch stuff under control then consider adding them back in more slowly and intentionally once there. Change-Id: If0a1e4a2967b35f10a467c9397697053caa23472
This commit is contained in:
@@ -75,7 +75,7 @@ logstash_processor_config:
|
||||
tags:
|
||||
- console
|
||||
- console.html
|
||||
- name: screen-.*\.txt
|
||||
- name: screen-(?!(peakmem_tracker|dstat)).*\.txt
|
||||
tags:
|
||||
- screen
|
||||
- oslofmt
|
||||
|
||||
Reference in New Issue
Block a user