From 3631790fd9ff00384c9d7a388b6a7dc39cd243e4 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 18 Jul 2014 14:52:21 -0500 Subject: [PATCH] add libvirtd logs to logstash The gate surely runs into libvirt bugs on a regular basis, but we don't capture those logs in logstash, so we can't write elastic-recheck queries against them. For example, I believe the underlying cause of this issue is libvirt: https://bugs.launchpad.net/tempest/+bug/1276778/comments/10 Change-Id: Ie2f03b19249967e78319a4016921f91ef0498540 --- .../openstack_project/files/logstash/jenkins-log-client.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 44ca6d89d8..31beb75fe0 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -178,6 +178,9 @@ source-files: - name: logs/syslog.txt tags: - syslog + - name: logs/libvirtd.txt + tags: + - libvirt - name: logs/tempest.txt tags: - screen