aws s3_daily_storage metricset
editaws s3_daily_storage metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
The s3_daily_storage metricset of aws module allows you to monitor your AWS S3 buckets. s3_daily_storage
metricset
fetches Cloudwatch daily storage metrics for each S3 bucket from
S3 CloudWatch Daily Storage Metrics for Buckets.
AWS Permissions
editSome specific AWS permissions are required for IAM user to collect AWS s3_daily_storage metrics.
ec2:DescribeRegions cloudwatch:GetMetricData cloudwatch:ListMetrics
Dashboard
editThe aws s3_daily_storage metricset and s3_request metricset shares one predefined dashboard. For example:
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "aws": { "s3_daily_storage": { "bucket": { "name": "test-s3-ks", "size": { "bytes": 1679631 } }, "number_of_objects": 3 } }, "cloud": { "provider": "aws", "region": "ap-southeast-1" }, "event": { "dataset": "aws.s3_daily_storage", "duration": 115000, "module": "aws" }, "metricset": { "name": "s3_daily_storage" }, "service": { "name": "s3_daily_storage", "type": "s3_daily_storage" } }