commit | a69aa34ce3a835f87f44d195b96365e33c162170 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:58:38 2015 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Wed Dec 02 18:58:38 2015 +0100 |
tree | c04bd2a27e110213d85e4b344dfe5013aa5a22b8 | |
parent | c26c03ecc6b352544dc0dbf54f2c69fa14912b12 [diff] |
harvest only 7days old logs by default
diff --git a/heat/files/heka.toml b/heat/files/heka.toml index cedaae3..c387da1 100644 --- a/heat/files/heka.toml +++ b/heat/files/heka.toml
@@ -5,6 +5,7 @@ file_match = 'heat-engine\.log\.?(?P<Index>\d+)?(.gz)?' priority = ["^Index"] decoder = "heat" +oldest_duration = "168h" [heat] type = "SandboxDecoder"