commit | dd2144f8a1ffc7e984e978cd8663a5255dee48f8 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:15:28 2015 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:15:28 2015 +0100 |
tree | d4619153a1f0e1f4d431ac77db287248008fbb4c | |
parent | aee5c6f1aab0abeaee0b7c0e845815e87fcc8840 [diff] |
harvest only 7days old logs by default
diff --git a/glance/files/heka.toml b/glance/files/heka.toml index 2ce9d51..18a212c 100644 --- a/glance/files/heka.toml +++ b/glance/files/heka.toml
@@ -5,6 +5,7 @@ file_match = 'glance-registry\.log\.?(?P<Index>\d+)?(.gz)?' priority = ["^Index"] decoder = "glance" +oldest_duration = "168h" [glance] type = "SandboxDecoder"