elastic-recheck/queries/1501366.yaml
Matt Riedemann 3aa93bb802 Update query for bug 1501366
There is another wrinkle to that bug where we get 'Chain doesn't exist'
instead of 'Illegal target name' so update the query with the OR to
handle that.

Brings hits to 77 in 7 days from 47.

Change-Id: I9c365054dc1cc5b6c437d87f750f34febdd1d77b
Related-Bug: #1501366
2015-10-05 17:25:04 -07:00

6 lines
234 B
YAML

query: >-
message:"libvirtError: Error while building firewall: Some rules could not be created for interface" AND
(message:"Illegal target name" OR (
message:"Chain" AND message:"doesn't exist")) AND
tags:"screen-n-cpu.txt"