From 9d0b328cdae5adce07b3cddb48632a034c05ea5c Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Wed, 31 Jul 2019 17:43:11 -0400 Subject: [PATCH] Fix formatting --- docs/plugins/outputs/cloudwatch.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/plugins/outputs/cloudwatch.asciidoc b/docs/plugins/outputs/cloudwatch.asciidoc index 53b23f6fd..83a6ce052 100644 --- a/docs/plugins/outputs/cloudwatch.asciidoc +++ b/docs/plugins/outputs/cloudwatch.asciidoc @@ -1,8 +1,6 @@ [[plugins-outputs-cloudwatch]] === cloudwatch - - This output lets you aggregate and send metric data to AWS CloudWatch ==== Summary @@ -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.