Index the os-collect-config logs in tripleo jobs

Add the os-collect-config logs to logstash to be indexed. Depends on
another commit in tripleo-ci to remove the random string from the log
name Ie84492ab981b06421d486579fc269ef6b3ad1815.

Change-Id: I2fe3aa4ec3c469d59a6dee8dd54f08d0bbf7b792
This commit is contained in:
Derek Higgins 2014-06-13 15:52:15 +01:00
parent 010038cb06
commit eb11de00c1

View File

@ -429,3 +429,19 @@ source-files:
- screen
- apachecombined
job-filter: '.*grenade.*'
# tripleo logs
- name: logs/seed_logs/os-collect-config.txt
tags:
- os-collect-config
- seed
job-filter: '.*-tripleo-.*'
- name: logs/undercloud-undercloud_logs/os-collect-config.txt
tags:
- os-collect-config
- uc-controller
job-filter: '.*-tripleo-.*'
- name: logs/overcloud-controller0_logs/os-collect-config.txt
tags:
- os-collect-config
- oc-controller
job-filter: '.*-tripleo-.*'