Skip to content

Commit 4953473

Browse files
authored
Merge pull request #230 from MartyEwings/SUP-6200
(SUP-6200) update plans ingest limit to 90 days
2 parents bf8a5de + 59b7366 commit 4953473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/load_metrics.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
String $telegraf_token = 'puppet telegraf token',
4242
String $token_file = '/root/.influxdb_token',
4343
String $conf_dir = '/tmp/telegraf',
44-
# 40 day default for bucket retention
44+
# 90 day default for bucket retention
4545
Array[Hash] $retention_rules = [{
4646
'type' => 'expire',
47-
'everySeconds' => 3456000,
47+
'everySeconds' => 7776000,
4848
'shardGroupDurationSeconds' => 604800,
4949
}],
5050
#TODO

0 commit comments

Comments
 (0)