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
This commit is contained in:
Attila Fazekas 2014-08-16 11:59:05 +02:00
parent 87c2bfdbb1
commit 3617eb58a2

5
queries/1357677.yaml Normal file
View File

@ -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"