Join Slack
Powered by
<#4048 [docs] Add docs on how to import large arch...
# general
g
GitHub
11/23/2023, 1:25 PM
#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
2
Views
Open in Slack
Previous
Next