Exclude neutron q-svc logs from indexing
These logs have grown very large because neutron is doing unconditional function performance profiling via debug logging. Exclude them until this is cleaned up as we cannot keep up otherwise and everyone else is sad as a result. Change-Id: I2e2d3d5213a2a0dba400e26ea6dcc881dca594ee
This commit is contained in:
parent
436fec23f7
commit
d568ace848
@ -82,7 +82,7 @@ logstash_processor_config:
|
||||
# screen-mistral-engine.txt: https://bugs.launchpad.net/mistral/+bug/1795068
|
||||
# screen-monasca-persister.txt: https://storyboard.openstack.org/#!/story/2003911
|
||||
# screen-ovn-northd.txt: https://bugs.launchpad.net/networking-ovn/+bug/1795069
|
||||
- name: screen-(?!(peakmem_tracker|dstat|karaf|kubelet|mistral-engine|monasca-persister|monasca-api|ovn-northd)).*\.txt
|
||||
- name: screen-(?!(peakmem_tracker|dstat|karaf|kubelet|mistral-engine|monasca-persister|monasca-api|ovn-northd|q-svc)).*\.txt
|
||||
tags:
|
||||
- screen
|
||||
- oslofmt
|
||||
|
Loading…
x
Reference in New Issue
Block a user