Hi team, I am using community edition signoz updat...
# support
n
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
Copy code
<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
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
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