From 7349387936a4d5599e809e83a6836f0147e4aca6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 26 Feb 2014 14:18:25 -0800 Subject: [PATCH] Add query for bug 1248757 This is slightly different than bug 1253896 and this query doesn't show up in logs where 1253896 shows up, whereas "EOF in transport thread" shows up in both so we can't fingerprint on that. I also couldn't find anything in syslog, n-cpu or neutron logs related to paramiko/transport/connection/ssh failures. Related-Bug: #1248757 Change-Id: Ib54a1b25e03ed13524058c69a93eef7aa21f3872 --- queries/1248757.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1248757.yaml diff --git a/queries/1248757.yaml b/queries/1248757.yaml new file mode 100644 index 00000000..0207d0cb --- /dev/null +++ b/queries/1248757.yaml @@ -0,0 +1,3 @@ +query: > + message:"Dropping user packet because connection is dead" AND + filename:"console.html"