telegraf/plugins/outputs/cloudwatch
Cameron Sparr 9c0d14bb60 Create public models for telegraf metrics, accumlator, plugins
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.

closes #564
2016-01-27 15:42:50 -07:00
..
README.md Add Cloudwatch output 2016-01-21 09:11:52 -07:00
cloudwatch.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00
cloudwatch_test.go Add Cloudwatch output 2016-01-21 09:11:52 -07: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.