Sha256: e8ed14fec6360691c1d0099e18d75198338e8fbb8fbce2f6fc48e1bc2df39cbe

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

# Fluent::Plugin::Cloudwatch Transform

fluent-plugin-cloudwatch-transform is an output plug-in for [Fluentd](http://fluentd.org)

## Installation

These instructions assume you already have fluentd installed. 
If you don't, please run through [quick start for fluentd] (https://github.com/fluent/fluentd#quick-start)

Now after you have fluentd installed you can follow either of the steps below:

Add this line to your application's Gemfile:

    gem 'fluent-plugin-cloudwatch-transform'

Or install it yourself as:

    $ gem install fluent-plugin-cloudwatch-transform

## Usage
Add the following into your fluentd config.

<match alert.cloudwatch.raw.**>
 type cloudwatch_transform
 tag  alert.cloudwatch.out
</match>

<match alert.cloudwatch.out>
 type stdout
</match>


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-cloudwatch-transform-0.0.1 README.md