elastic-recheck/queries/1357677.yaml
Attila Fazekas 3617eb58a2 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
2014-08-17 17:20:19 +02:00

6 lines
169 B
YAML

query: >
message:"Freeing unused kernel memory"
AND message:"Initializing cgroup subsys cpuset"
AND NOT message:"initramfs loading root from"
AND tags:"console"