af592d9cde
clean up 4 queries which were matching across the entire e-r index and instead restrict them to the files where they results were actually found. This will hopefully adjust the load on the ES cluster. Change-Id: Ic999039d5f896f632987fcb87f3a3469596972ed
6 lines
168 B
YAML
6 lines
168 B
YAML
query: >
|
|
message:"Details: Timed out waiting for thing" AND
|
|
message:"to become" AND
|
|
(message:"in-use" OR message:"available") AND
|
|
filename:console.html
|