493650aa5e
Proposed patch to change keystone and heka log dir from /var/log/kolla/apache2/ to /var/log/kolla/keystone/ Closes-Bug: #1560620 Change-Id: I70c65ceba5a301cc56880313ca86f01bd35676cb
14 lines
545 B
Django/Jinja
14 lines
545 B
Django/Jinja
[keystone_apache_log_decoder]
|
|
type = "SandboxDecoder"
|
|
filename = "lua_decoders/os_keystone_apache_log.lua"
|
|
[keystone_apache_log_decoder.config]
|
|
apache_log_pattern = '%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b %D \"%{Referer}i\" \"%{User-Agent}i\"'
|
|
|
|
[keystone_apache_logstreamer_input]
|
|
type = "LogstreamerInput"
|
|
decoder = "keystone_apache_log_decoder"
|
|
log_directory = "/var/log/kolla"
|
|
file_match = 'keystone/keystone-apache-(?P<Service>.+)-access\.log\.?(?P<Seq>\d*)$'
|
|
priority = ["^Seq"]
|
|
differentiator = ["keystone-apache-", "Service"]
|