Team, I am trying to get Signoz standalone runnin...
# support
k
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.
a
k
How do you enable S3 for the Move to S3 option to show up?
a
it automatically comes up if the s3 config is correctly configured
the s3 endpoint would look something like
Copy code
<https://BUCKET_NAMEe.s3.REGION.amazonaws.com/data/>
did you miss region in the endpoint?
k
Let me check on that. Thanks for fast responses.