Setting Up Signoz Standalone with S3 Bucket

TLDR Kurt needed help setting up Signoz standalone using an S3 bucket. Ankit provided advice on configuration and suggested checking the S3 endpoint region.

Photo of Kurt
Kurt
Mon, 20 Mar 2023 14:20:49 UTC

Team, I am trying to get Signoz standalone running using S3 bucket. Do you have detailed steps on how to do this? 1. I have edit the clickhouse-storage.xml and changed the endpoint, access_key_id, and secret_access_key. 2. I have edit the clickhouse-config.xml and change the database to s3 <!-- Default database. --> <default_database>s3</default_database> 3. Stopped and restart the containers but it’s not writing to s3. I know I am missing something.

Photo of Ankit
Ankit
Tue, 21 Mar 2023 03:30:09 UTC

maybe you need to set `move to s3` period from the UI

Photo of Kurt
Kurt
Tue, 21 Mar 2023 14:18:28 UTC

How do you enable S3 for the Move to S3 option to show up?

Photo of Ankit
Ankit
Tue, 21 Mar 2023 14:22:21 UTC

it automatically comes up if the s3 config is correctly configured

Photo of Ankit
Ankit
Tue, 21 Mar 2023 14:23:47 UTC

the s3 endpoint would look something like ``````

Photo of Ankit
Ankit
Tue, 21 Mar 2023 14:24:12 UTC

did you miss region in the endpoint?

Photo of Kurt
Kurt
Tue, 21 Mar 2023 14:44:40 UTC

Let me check on that. Thanks for fast responses.