From ba05991222294fd0d01bb021068f1d309c35dbb7 Mon Sep 17 00:00:00 2001 From: Vishal Sharma Date: Fri, 20 Oct 2023 13:59:44 +0530 Subject: [PATCH] chore: update logs/traces retention to 15days (#3780) --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index e93798c560..1d4905b6f6 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -534,7 +534,7 @@ else echo "" echo -e "🟢 Your frontend is running on http://localhost:3301" echo "" - echo "ℹ️ By default, retention period is set to 7 days for logs and traces, and 30 days for metrics." + echo "ℹ️ By default, retention period is set to 15 days for logs and traces, and 30 days for metrics." echo -e "To change this, navigate to the General tab on the Settings page of SigNoz UI. For more details, refer to https://signoz.io/docs/userguide/retention-period \n" echo "ℹ️ To bring down SigNoz and clean volumes : $sudo_cmd docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml down -v"