x-pack/metricbeat/module/aws/kinesis/_meta/docs.md
::::{warning} This 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. ::::
Amazon Kinesis Data Streams sends data points to CloudWatch for monitoring purpose, such as to track shard usage, monitor incoming bytes and outgoing bytes. These metrics are automatically collected and pushed to CloudWatch every minute. There are two different levels of monitoring metrics:
Some specific AWS permissions are required for IAM user to collect AWS EBS metrics.
ec2:DescribeRegions
cloudwatch:GetMetricData
cloudwatch:ListMetrics
tag:getResources
sts:GetCallerIdentity
iam:ListAccountAliases
The kinesis metricset comes with a predefined dashboard. For example:
- module: aws
period: 1m
metricsets:
- kinesis
# This module uses the aws cloudwatch metricset, all
# the options for this metricset are also available here.