From 04e38126d9367cada3ea8ecc685fdb02aad0697e Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 29 Nov 2016 21:27:42 +0000 Subject: [PATCH] Fixed the query to match on non-127.0.0.1 API endpoint addresses Since I0812e16583dfd678c8f349724a159b412f4efb55 we no longer enforce 127.0.0.1 for API endpoints, so the query stopped to match. Change-Id: Idf059be14da067e5170556157aaff510c6211618 --- queries/1630664.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/1630664.yaml b/queries/1630664.yaml index a4d22839..d53175da 100644 --- a/queries/1630664.yaml +++ b/queries/1630664.yaml @@ -1,5 +1,5 @@ query: >- - ((message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:9696/v2.0/" AND ( + ((message:"ConnectFailure: Unable to establish connection to https://" AND message:":9696/v2.0/" AND ( tags:"screen-n-api.txt" OR tags:"screen-n-cpu.txt")) OR - (message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:8774/v2.1/" AND + (message:"ConnectFailure: Unable to establish connection to https://" AND message:":8774/v2.1/" AND tags:"screen-q-svc.txt"))