Skip to content
Snippets Groups Projects
Commit 9a35c0e6 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "add sahara log in heka"

parents 17d5c32f b46d625b
No related branches found
No related tags found
No related merge requests found
"/var/log/kolla/sahara/*.log"
{
}
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
( 'neutron', enable_neutron ), ( 'neutron', enable_neutron ),
( 'nova', enable_nova ), ( 'nova', enable_nova ),
( 'rabbitmq', enable_rabbitmq ), ( 'rabbitmq', enable_rabbitmq ),
( 'sahara', enable_sahara ),
( 'senlin', enable_senlin ), ( 'senlin', enable_senlin ),
( 'swift', enable_swift ) ( 'swift', enable_swift )
] %} ] %}
......
...@@ -6,6 +6,6 @@ filename = "lua_decoders/os_openstack_log.lua" ...@@ -6,6 +6,6 @@ filename = "lua_decoders/os_openstack_log.lua"
type = "LogstreamerInput" type = "LogstreamerInput"
decoder = "openstack_log_decoder" decoder = "openstack_log_decoder"
log_directory = "/var/log/kolla" log_directory = "/var/log/kolla"
file_match = '(?P<Service>cloudkitty|nova|glance|keystone|neutron|ceph|cinder|heat|murano|magnum|mistral|manila|senlin)/(?P<Program>.*)\.log\.?(?P<Seq>\d*)$' file_match = '(?P<Service>cloudkitty|nova|glance|keystone|neutron|ceph|cinder|heat|murano|magnum|mistral|manila|senlin|sahara)/(?P<Program>.*)\.log\.?(?P<Seq>\d*)$'
priority = ["^Seq"] priority = ["^Seq"]
differentiator = ["Service", "_", "Program"] differentiator = ["Service", "_", "Program"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment