Contrain query to prevent e-r from OOMing

The previous 1793364 query matched tripleo's error.txt file in which
they grep and store all the errors found during a job run. Unfortunately
the number and size of these results was such that the e-r processes
would OOM trying to process them.

Adjust the query to look only at the job-output.txt files to fix this.

Change-Id: I82a6a9cb6a442fe39c0ec5faa31599c7c4fc5134
This commit is contained in:
Clark Boylan 2018-09-20 10:40:16 -07:00
parent 78689c4f45
commit 94c7e9fb49
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
query: >-
message:" connection.scalar(select([1]))'" AND tags:"console"
message:" connection.scalar(select([1]))'" AND filename:"job-output.txt"