commit | b3b6ad6f88d77b49fa4ea408ca31312afaedf8b6 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:17:25 2015 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:17:25 2015 +0100 |
tree | c29e72a4b9f2f93681e2366db3256ed3896edf18 | |
parent | 4896e5ccfb525b4d47ba3fcb94562cb34b1511a1 [diff] |
harvest only 7days old logs by default
diff --git a/rabbitmq/files/heka.toml b/rabbitmq/files/heka.toml index 9c219c8..ad90556 100644 --- a/rabbitmq/files/heka.toml +++ b/rabbitmq/files/heka.toml
@@ -5,6 +5,7 @@ file_match = 'rabbit@.+\.log\.?(?P<Index>\d+)?(.gz)?' priority = ["^Index"] decoder = "rabbitmq" +oldest_duration = "168h" [rabbitmq] type = "SandboxDecoder"