From 2e7d429b03802404dc80c422bf40ae3758f1469f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 24 Aug 2016 20:42:27 -0400 Subject: [PATCH] drop parens on query, they kill ES Apparently parens in a message parameter are super bad news for ES. Get rid of them, the match should still be accurate. Change-Id: Id96c79e93945f290a0b267731cc8a07a761a889f --- queries/1616561.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/1616561.yaml b/queries/1616561.yaml index 55c93fb3..70dc1636 100644 --- a/queries/1616561.yaml +++ b/queries/1616561.yaml @@ -1,3 +1,3 @@ query: >- - message:"Killed process" AND message:"(python)" AND + message:"Killed process" AND message:"python" AND project:openstack/cinder