From a51f0d6eca24c82060f0ef906b67df55dbc20ae4 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 13 Jan 2017 18:16:24 +0000 Subject: [PATCH] Index neutron functional and fullstack index logs in logstash Those files are generated by neutron post_test_hook.sh script and contain all log messages from all functional / fullstack test cases, merged into a single file. This will help with capturing particular fail patterns for those jobs. Without the patch, only console log is indexed. Depends-On: I59c11085d1645283f329e5fb22cc2988e19e8298 Change-Id: I9ebbe249e8591b1cd84a8fa7c0314134c2898648 --- .../files/logstash/jenkins-log-client.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 500a305d61..c396e7dff1 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -291,6 +291,16 @@ source-files: - oslofmt job-filter: '.*grenade.*' +# Neutron index log files (files with messages from all test cases) + - name: logs/dsvm-functional-index.txt + tags: + - oslofmt + job-filter: '.*neutron-dsvm-functional.*' + - name: logs/dsvm-fullstack-index.txt + tags: + - oslofmt + job-filter: '.*neutron-dsvm-fullstack.*' + # Grenade new logs below - name: logs/new/screen-c-api.txt tags: