<#4048 [docs] Add docs on how to import large archive of logs from an S3 bucket> Issue created by <p...
g
#4048 [docs] Add docs on how to import large archive of logs from an S3 bucket Issue created by pranay01 Figured it out (thanks to <https://github.com/SigNoz/signoz/issues/1437|this guy> for the clue). Had to raise the TTL on the logs table, as it's 15 days by default - and I was trying to insert some archived log data from September. Please, document it https://signoz.io/docs/userguide/logs_clickhouse_queries/|here that
...TTL toDateTime(timestamp / 1000000000) + toIntervalSecond(1296000)
is how you define the retention duration - it's not obvious for someone who's got no clickhouse experience. Slack Message SigNoz/signoz
🙌 1