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
This commit is contained in:
parent
feafcca9ba
commit
04e38126d9
@ -1,5 +1,5 @@
|
|||||||
query: >-
|
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
|
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"))
|
tags:"screen-q-svc.txt"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user