From 894b4c822da0d17ba4685ae8ab194f1ddc6bbf2f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 6 Feb 2015 11:44:17 -0500 Subject: [PATCH] update indexer for apache logs Apache logs aren't getting indexed after changes to where they exist in devstack-gate. This means the horizon logs are lost, and that keystone logs aren't getting indexed at all on the main jobs. Change-Id: I1ef5084d6bf4dc9f74f4e4b51e00e97573074e38 --- .../files/logstash/jenkins-log-client.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml index fa770fa419..b732797bcc 100644 --- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml +++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml @@ -115,6 +115,12 @@ source-files: tags: - screen - oslofmt + # even though keystone is going through apache, it modifies log + # format to oslo format + - name: logs/apache/keystone.txt + tags: + - screen + - oslofmt - name: logs/screen-n-api.txt tags: - screen @@ -211,7 +217,7 @@ source-files: tags: - screen - oslofmt - - name: logs/horizon_error.txt + - name: logs/apache/horizon_error.txt tags: - apacheerror # TODO(clarkb) Add swift proxy logs here.