Add syslog tag to os-collect-config logs

We now have consistent os-collect-config log formats for both
fedora and ubuntu tripleo ci jobs(from systemd journal and syslog
respectively), see I27ea3d465670277ef1ddf3d1b3b9d52df4162807 and
Ib8c1fc39d56b2b9c6d8e9b64a868def619aa2f1f. Tagging them as syslog
will ensure they are handled by the logstash syslog grok filter,
they currently don't match anything which results in messages
being indexed with a value of "%{logmessage}".

Change-Id: Iec5ffcb08e5b45fb01db25e14c943f000ca97a83
Closes-Bug: #1350121
This commit is contained in:
Derek Higgins 2014-09-18 17:30:47 +01:00
parent e547e97499
commit 6880db4761
1 changed files with 3 additions and 0 deletions

View File

@ -457,14 +457,17 @@ source-files:
tags:
- os-collect-config
- seed
- syslog
job-filter: '.*-tripleo-.*'
- name: logs/undercloud-undercloud_logs/os-collect-config.txt
tags:
- os-collect-config
- uc-controller
- syslog
job-filter: '.*-tripleo-.*'
- name: logs/overcloud-controller0_logs/os-collect-config.txt
tags:
- os-collect-config
- oc-controller
- syslog
job-filter: '.*-tripleo-.*'