https://signoz.io logo
Title
n

Nishant singh

04/10/2023, 9:15 AM
Hi team, I am using community edition signoz updated to latest 0.18.1 and log, metrics, traces (7 day retention) set with s3 bucket credentials from past 2 months in the file
signoz/deploy/docker/clickhouse-setup/clickhouse-storage.xml
<s3>
<type>s3</type>
<endpoint><https://BUCKET-NAME.s3.amazonaws.com/data/></endpoint>
<access_key_id>ACCESS-KEY-ID</access_key_id>
<secret_access_key>SECRET-ACCESS-KEY</secret_access_key>
</s3>
however I dont see any files created in my s3 bucket. Is there anything I am doing wrong here? Running signoz with docker on aws t3a.2xlarge instance
p

Prashant Shahi

04/10/2023, 11:52 AM
Hi @Nishant singh đź‘‹ can you verify that provided bucket name and S3 credentials are correct?
did you check clickhouse logs? anything related to S3 there?
in past, we have noticed that config changes via volume mount, not propagating with docker-compose. And it required removing the existing container and spawning them again.
n

Nishant singh

04/10/2023, 12:28 PM
credentials are correct. I haven’t checked the logs will give you a follow up on this. Also I am running the existing container after updating the config with docker compose restart