3617eb58a2
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
6 lines
169 B
YAML
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"
|