elastic-recheck/queries/1844568.yaml
Matt Riedemann 0b5eac82ee Add query for NetworkAmbiguous fail bug 1844568
211 hits in 7 days, check and gate, all failures.

The message shows up in the n-api logs but filtering
on n-api logs isn't sufficient to get 100% failure rate
in logstash because there are tempest tests like
test_create_list_show_delete_interfaces_by_network_port
which handle the error and work around it so even though
the message shows up not all jobs fail because of it so
we use the tempest failure log in the console to fingerprint
this bug.

Change-Id: I7b4a3f4a483c5166e9aee1507f12bb31069a8fe0
2019-12-05 09:39:16 -05:00

4 lines
152 B
YAML

query: >-
message:"Details: {'code': 409, 'message': 'Multiple possible networks found, use a Network ID to be more specific.'}" AND
tags:"console"