Grafana S3uploader

Hey all, im trying to do alerting through grafana and works well, but i want to get an image along with the alerts and i did setup configuration in grafana.ini file and it throws me an error as below:

Could not find bucket setting for image.uploader.s3

for clarity in the configuration file in the bucket_url sections ive provided direct url of s3bucket:https://console.aws.amazon.com/s3/buckets/cof-card-dev-cassini-mon/
isnt’ this how it should be or is there any other format??

That url looks wrong - bucket name should come first. For example, here is our S3 bucket:

http://grafana-share-test.s3.amazonaws.com/

The Grafana docs explain the format and how you can specify region (it defaults to usa-east-1):

http://docs.grafana.org/installation/configuration/#bucket-url

and from the Amazon docs:

http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteEndpoints.html#WebsiteRestEndpointDiff

Thanks Danielle your prompt reply’s are huge help

1 Like