telegraf/plugins/outputs/cloudwatch
Stephen Kwong 2b5ea8c17a Rename CloudWatchOutput to just CloudWatch.
Also fix CloudWatch.Close() to return nil instead of error
2016-01-19 15:05:54 -08:00
..
README.md Fix typo in README and format in cloudwatch output 2016-01-19 14:32:27 -08:00
cloudwatch.go Rename CloudWatchOutput to just CloudWatch. 2016-01-19 15:05:54 -08:00

README.md

Amazon CloudWatch Output for Telegraf

This plugin will send points to Amazon CloudWatch.

Amazon Authentication

This plugin uses a credential chain for Authentication with the CloudWatch API endpoint. In the following order the plugin will attempt to authenticate.

  1. IAMS Role
  2. Environment Variables
  3. Shared Credentials

Config

For this output plugin to function correctly the following variables must be configured.

  • region
  • namespace

region

The region is the Amazon region that you wish to connect to. Examples include but are not limited to

  • us-west-1
  • us-west-2
  • us-east-1
  • ap-southeast-1
  • ap-southeast-2

namespace

The namespace used for AWS CloudWatch metrics.