Merge "fix can't collect horizon log in heka"

This commit is contained in:
Jenkins 2016-10-08 15:16:30 +00:00 committed by Gerrit Code Review
commit 16294f0d00

@ -8,6 +8,6 @@ filename = "lua_decoders/os_horizon_apache_log.lua"
type = "LogstreamerInput"
decoder = "horizon_apache_log_decoder"
log_directory = "/var/log/kolla"
file_match = 'horizon/horizon-apache-(?P<Service>.+)-access\.log\.?(?P<Seq>\d*)$'
file_match = 'horizon/(?P<Service>horizon.*)\.log\.?(?P<Seq>\d*)$'
priority = ["^Seq"]
differentiator = ["horizon-apache-", "Service"]
differentiator = ["Service"]