Skip to content

Fix formatting #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/plugins/outputs/cloudwatch.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[plugins-outputs-cloudwatch]]
=== cloudwatch



This output lets you aggregate and send metric data to AWS CloudWatch

==== Summary
Expand Down Expand Up @@ -33,12 +31,12 @@ future version.
There are two ways to configure this plugin, and they can be used in
combination: event fields & per-output defaults

Event Field configuration...
===== Event Field configuration
You add fields to your events in inputs & filters and this output reads
those fields to aggregate events. The names of the fields read are
configurable via the `field_*` options.

Per-output defaults...
===== Per-output defaults
You set universal defaults in this output plugin's configuration, and
if an event does not have a field for that option then the default is
used.
Expand Down