Simplify 1708704's query

The previous query for 1708704 was causing e-r to OOM and resulting in a
lack of graph data. This is beacuse tripleo's logstash.txt file is not
getting parsed properly and ends up with the entire file as the single
event. Then e-r downloads all those file copies and fills its memory and
breaks. We can work around this by only looking in job-output.txt files
for this bug. Then when tripleo's fix has flushed the bad events out (10
days after fix merges) we can revert this change.

Change-Id: Id619f90ffe84b3d4de334ea4b17026b9b3239d33
This commit is contained in:
Clark Boylan 2020-01-29 12:16:04 -08:00
parent 67e6bf30e9
commit 6fc19ee5b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
query: >-
message:"[Errno 256] No more mirrors to try" AND
tags:"console"
filename:"job-output.txt"
allow-nonvoting: true