From 3617eb58a288ab80527d76070a7b7f969b688a74 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Sat, 16 Aug 2014 11:59:05 +0200 Subject: [PATCH] Add query for 1357677 Logstash query for full console outputs which does not contains 'info: initramfs loading root from /dev/vda' , but contains the previous boot message. These issues look like ssh connectivity issue, but the instance is not booted and it happens regardless to the network type. 49 incident/week. Change-Id: I24bb116be41d72887fb00abf206bd7cb3e66ee1b Related-Bug: #1357677 --- queries/1357677.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1357677.yaml diff --git a/queries/1357677.yaml b/queries/1357677.yaml new file mode 100644 index 00000000..cce38009 --- /dev/null +++ b/queries/1357677.yaml @@ -0,0 +1,5 @@ +query: > + message:"Freeing unused kernel memory" + AND message:"Initializing cgroup subsys cpuset" + AND NOT message:"initramfs loading root from" + AND tags:"console"