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
This commit is contained in:
Sean Dague 2015-02-06 11:44:17 -05:00
parent c940f0d109
commit 894b4c822d
1 changed files with 7 additions and 1 deletions

View File

@ -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.