From 9fbc6f14cf88ec7eae872bff06140f069c91523d Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 20 Mar 2014 07:58:32 -0400 Subject: [PATCH] add missing neutron logs There are 3 logs for neutron services we are regularly running in the gate which we aren't indexing. Ensure they are all indexed so we can actually use them in elastic recheck. They are all pretty small so shouldn't impact ES load. Change-Id: I082094574ceb6197e30708f9e05ba4b7fdc6f8af --- .../files/logstash/jenkins-log-client.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index 4435ff5624..59b367fc6e 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -126,14 +126,26 @@ source-files: tags: - screen - oslofmt + - name: logs/screen-q-lbaas.txt + tags: + - screen + - oslofmt - name: logs/screen-q-meta.txt tags: - screen - oslofmt + - name: logs/screen-q-metering.txt + tags: + - screen + - oslofmt - name: logs/screen-q-svc.txt tags: - screen - oslofmt + - name: logs/screen-q-vpn.txt + tags: + - screen + - oslofmt - name: logs/screen-s-account.txt tags: - screen