Standardise log field naming

Use the same field name for extracting all log messages to make it
simpler to parse the output from fluentd.

Closes-Bug: #1723459

Change-Id: I55b86061c8f70b25cf88e394fdfc78fa3c85c79f
This commit is contained in:
Doug Szumski 2017-10-13 16:31:20 +01:00
parent e6ea57970f
commit 571e4fca63

View File

@ -5,6 +5,6 @@
path /var/log/kolla/*/*-access.log,/var/log/kolla/*/*-error.log
pos_file /var/run/{{ fluentd_dir }}/kolla-openstack-wsgi.pos
tag kolla.*
format /^(?<message>.*)$/
format /^(?<Payload>.*)$/
enable_watch_timer false
</source>