project-config/roles/submit-logstash-jobs
Matt Riedemann d4d3714adf Blacklist logstash indexing of some very large screen logs
This blacklists three screen logs that aren't actually using
oslo formatting so rather than just index INFO+ level logs
we're indexing the entire file which is huge and causes
OOM errors on our logstash workers.

Change-Id: Ie7f6b11f4b4fa7c69bdedd070910cd4240eacb46
Story: 2003911
Related-Bug: #1795067
Related-Bug: #1795068
Related-Bug: #1795069
2018-09-28 16:52:08 -04:00
..
defaults Blacklist logstash indexing of some very large screen logs 2018-09-28 16:52:08 -04:00
meta Add log processing roles 2017-09-11 10:12:28 -06:00
tasks Update success to zuul_success 2017-09-13 09:19:40 -06:00
README.rst Add log processing roles 2017-09-11 10:12:28 -06:00

README.rst

Submit a log processing job to the logstash workers.

This role examines all of the files in the log subdirectory of the job work dir and any matching filenames are submitted to the gearman queue for the logstash log processor, along with any tags configured for those filenames.

Role Variables