From cb10a09e0888f79f850804abc80b88b096b3c8f9 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 23 Feb 2014 15:59:44 -0500 Subject: [PATCH] index sublog files index the sublog files so that we can use them in elastic search, and so that we can start removing content from console.html. Depends-On: Iede34b970d090f855c701b69c1f5167a08ab9c52 Which brings us time stamping to the sublogs Change-Id: I4b4484065fda168f4d5efc73e95736226fb36ed0 --- .../files/logstash/jenkins-log-client.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index d01c5a462a..1a53defa5c 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -15,6 +15,22 @@ zmq-publishers: source-files: - name: console.html retry-get: True + - name: logs/devstack-gate-cleanup-host.txt + tags: + - console.html + - name: logs/devstack-gate-setup-host.txt + tags: + - console.html + - name: logs/devstack-gate-setup-workspace-new.txt + tags: + - console.html + - name: logs/devstack-gate-setup-workspace-old.txt + tags: + - console.html + job-filter: '.*grenade.*' + - name: logs/devstacklog.txt + tags: + - console.html - name: logs/screen-c-api.txt tags: - screen