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
This commit is contained in:
Sean Dague 2016-08-24 20:42:27 -04:00
parent 232256e4d3
commit 2e7d429b03
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
query: >-
message:"Killed process" AND message:"(python)" AND
message:"Killed process" AND message:"python" AND
project:openstack/cinder