Index neutron functional and fullstack index logs in logstash

Those files are generated by neutron post_test_hook.sh script and
contain all log messages from all functional / fullstack test cases,
merged into a single file.

This will help with capturing particular fail patterns for those jobs.
Without the patch, only console log is indexed.

Depends-On: I59c11085d1645283f329e5fb22cc2988e19e8298
Change-Id: I9ebbe249e8591b1cd84a8fa7c0314134c2898648
This commit is contained in:
Ihar Hrachyshka 2017-01-13 18:16:24 +00:00
parent 73359edd2d
commit a51f0d6eca
1 changed files with 10 additions and 0 deletions

View File

@ -291,6 +291,16 @@ source-files:
- oslofmt
job-filter: '.*grenade.*'
# Neutron index log files (files with messages from all test cases)
- name: logs/dsvm-functional-index.txt
tags:
- oslofmt
job-filter: '.*neutron-dsvm-functional.*'
- name: logs/dsvm-fullstack-index.txt
tags:
- oslofmt
job-filter: '.*neutron-dsvm-fullstack.*'
# Grenade new logs below
- name: logs/new/screen-c-api.txt
tags: