
Add cron image and playbook for logrotate. The "common" Ansible playbook includes configuration files for logrotate. At this point the operator cannot customize/override the logrotate configuration. Closes-Bug: #1553244 Change-Id: Ic9fdda9a273c9ccd90502f0acc7614d2c7157dca
12 lines
419 B
Django/Jinja
12 lines
419 B
Django/Jinja
[openstack_log_decoder]
|
|
type = "SandboxDecoder"
|
|
filename = "lua_decoders/os_openstack_log.lua"
|
|
|
|
[openstack_logstreamer_input]
|
|
type = "LogstreamerInput"
|
|
decoder = "openstack_log_decoder"
|
|
log_directory = "/var/log/kolla"
|
|
file_match = '(?P<Service>nova|glance|keystone|neutron|cinder|heat|murano|magnum|mistral|manila)/(?P<Program>.*)\.log\.?(?P<Seq>\d*)$'
|
|
priority = ["^Seq"]
|
|
differentiator = ["Service", "_", "Program"]
|