restrict all queries to the relevant file

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
This commit is contained in:
Sean Dague 2014-02-11 18:13:58 -05:00
parent 93c15706fa
commit af592d9cde
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
query: >
message:"Details: Timed out waiting for thing"
AND build_name:gate-tempest-dsvm-neutron-large-ops
AND filename:console.html

View File

@ -1,3 +1,4 @@
query: >
message:"Details: Timed out waiting for thing" AND
message:"to become ACTIVE"
message:"to become ACTIVE" AND
filename:console.html

View File

@ -1,4 +1,5 @@
query: >
message:"java.io.InterruptedIOException" AND filename:"console.html"
message:"java.io.InterruptedIOException"
AND message:"hudson.Launcher$RemoteLauncher.launch"
AND filename:console.html
suppress-graph: true

View File

@ -1,4 +1,5 @@
query: >
message:"Details: Timed out waiting for thing" AND
message:"to become" AND
(message:"in-use" OR message:"available")
(message:"in-use" OR message:"available") AND
filename:console.html