From b5d005c1228307dc81cf85eb628329f68b5a3d8b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 21 Aug 2014 22:12:53 -0700 Subject: [PATCH] Add query for heat UserKeyPairMissing bug 1360415 5 hits in 7 days, all check queue but on master and stable/icehouse and multiple changes. We have to fingerprint on the generic failure in the console log for now because the more specific failure in the heat-api log is logged at DEBUG level so we can't hit it. Change-Id: Ic095b53ff6ee8f18bf5d1d739065b3d74d0c450c Related-Bug: #1360415 --- queries/1360415.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1360415.yaml diff --git a/queries/1360415.yaml b/queries/1360415.yaml new file mode 100644 index 00000000..19775dce --- /dev/null +++ b/queries/1360415.yaml @@ -0,0 +1,4 @@ +query: > + message:"The Key \(heat-" AND + message:"could not be found" AND + tags:"console"