elastic-recheck/queries/1275500.yaml
Joe Gordon cd7f0d0a14 Add test to make sure filename's work with with grenade
Grenade screen logs are stored in logs/new/ and logs/old/ instead of
just logs, so add a check to make sure no queries use
'filename:"logs/screen-' they should instead use 'filename:logs*screen-'

Change-Id: I27916dc193fd0478091540f4b5088593a2d4624b
2014-02-14 19:00:04 -08:00

7 lines
144 B
YAML

query: >
message:"Network filter not found"
AND message:"libvirt"
AND filename:logs*screen-n-cpu.txt
AND module:"nova.compute.manager"