Skip to content

Commit 52a06b4

Browse files
committed
increase logs_retention on example
the account used for e2e tests doesn't support this retention
1 parent 345be29 commit 52a06b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/collector/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "logtail_collector" "kubernetes_full" {
1818
platform = "kubernetes"
1919
note = "Kubernetes cluster monitoring"
2020

21-
logs_retention = 7
21+
logs_retention = 30
2222
metrics_retention = 60
2323

2424
configuration {

0 commit comments

Comments
 (0)