From d0a77c4f0cefafc3e51f153da794581c53c6c09c Mon Sep 17 00:00:00 2001 From: V2arK Date: Tue, 17 Sep 2024 12:43:08 -0400 Subject: [PATCH] Update pipeline/outputs/cloudwatch.md Co-authored-by: esmerel <6818907+esmerel@users.noreply.github.com> Signed-off-by: V2arK Signed-off-by: Honglin Cao --- pipeline/outputs/cloudwatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/cloudwatch.md b/pipeline/outputs/cloudwatch.md index d68e942d6..bfcd2ba2d 100644 --- a/pipeline/outputs/cloudwatch.md +++ b/pipeline/outputs/cloudwatch.md @@ -65,7 +65,7 @@ In your main configuration file append the following _Output_ section: For an instance of Localstack running at `http://localhost:4566`, the following configuration needs to be added to the `[OUTPUT]` section: -``` +```text endpoint localhost port 4566 ```