commit | 7fdb877cd5402ddb678655b892f3155c223739fb | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Mar 15 16:36:00 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Mar 15 16:36:00 2016 +0100 |
tree | 0927452b60bf2ed0bc2e8b26cfc0b13cf5ec7ac4 | |
parent | ad16f61b90d675a5ed2a01b7f5407f537fac07d2 [diff] |
fix service differentiator Change-Id: I5332074fc0be208abf5714e2a92591a5a817aca4
diff --git a/nova/files/heka.toml b/nova/files/heka.toml index cb2e3b8..e15af73 100644 --- a/nova/files/heka.toml +++ b/nova/files/heka.toml
@@ -2,7 +2,7 @@ type = "LogstreamerInput" log_directory = "/var/log/nova" file_match = '(?P<Service>.+)\.log\.?(?P<Seq>\d*)$' -differentiator = ["'nova','_','Service'"] +differentiator = ['nova','_','Service'] priority = ["^Index"] decoder = "openstack"