elastic-recheck/queries/1646779.yaml
Andrea Frittoli 51cc3d9bf4 Add e-r query for bug/1646779
Add an E-R query for bug/1646779. The error message in n-cpu is about
libvirt not reachable, but the cause of that is that libvirt is killed
by the kernel because of either a general protection or a stack segment
trap. Both cases happen close to a virtlogd error message:

"End of file while reading data: Input/output error"

However the frequency of that is 3/4 times more than that of the result
of this query, which suggests that that error message is not always
related to libvirt getting killed, even if the other way around seems
to be the case.

Change-Id: I94a96469c21805b266beeee8c4863001886ab549
Related-Bug: #1646779
2016-12-19 12:30:21 +00:00

6 lines
176 B
YAML

query: >-
(message:"trap stack segment ip" OR
message:"general protection ip") AND
message:"traps: libvirtd[" AND
message:"error:0 in libc-2.23.so" AND
tags: "syslog"