Hello. I'm trying to configure log retention on a ...
# support
c
Hello. I'm trying to configure log retention on a self-hosted SigNoz installation. I'm following this faq for retention, but nothing is pushing to the bucket on gcp I have setup for this. Where would I need to look for errors to see if something is not correct or troubleshooting? Thank you. https://signoz.io/docs/userguide/retention-period/
p
Hi @Cameron Bolourchi 👋 Can you share your
clickhouse.coldStorage
section of your override config with redacted sensitive informations? In case of Docker,
storage_configuration
section.
c
Hi Prashant. Here is a redacted config. We are using a google service account with an ssh key.
gsa_signoz.PNG
This is the clickhouse-storage.xml from docker
p
<endpoint>https://storage.googleapis.com/BUCKET-NAME-HERE/data/</endpoint>
You will need to include a folder at the end for example
/data/
. Is that already set?
apart from that, everything looks good. can you check and share ClickHouse pod container logs related to cold storage (S3-protocol)?
c
Yes, folder name is data/
where would I find the clickHouse pod logs?
p
@Cameron Bolourchi In case of Docker, that would be clickhouse container logs.
c
When going through the clickhouse logs what should I be looking for? Thanks.
p
any error/warning level logs related to S3 or including
<http://storage.googleapis.com|storage.googleapis.com>
in lgos
c
Hi. We are not able to see logs related to s3 or googleapis on clickhouse container logs. What else do you suggest?
p
@Cameron Bolourchi are you seeing any error or warnings in the clickhouse pod?