Skip to content

Commit 173c92c

Browse files
V2arKesmerel
andauthored
add to cloudwatch readme, supports for localstack (#1462)
* add to cloudwatch readme, supports for localstack Signed-off-by: Honglin Cao <[email protected]> * Update pipeline/outputs/cloudwatch.md Co-authored-by: esmerel <[email protected]> Signed-off-by: V2arK <[email protected]> Signed-off-by: Honglin Cao <[email protected]> --------- Signed-off-by: Honglin Cao <[email protected]> Signed-off-by: V2arK <[email protected]> Co-authored-by: esmerel <[email protected]>
1 parent 6aa2f2b commit 173c92c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pipeline/outputs/cloudwatch.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ In your main configuration file append the following _Output_ section:
6161
log_stream_prefix from-fluent-bit-
6262
auto_create_group On
6363
```
64+
#### Intergration with Localstack (Cloudwatch Logs)
65+
66+
For an instance of Localstack running at `http://localhost:4566`, the following configuration needs to be added to the `[OUTPUT]` section:
67+
68+
```text
69+
endpoint localhost
70+
port 4566
71+
```
72+
73+
Any testing credentials can be exported as local variables, such as `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
6474

6575
### Permissions
6676

@@ -250,4 +260,4 @@ You can use our SSM Public Parameters to find the Amazon ECR image URI in your r
250260
aws ssm get-parameters-by-path --path /aws/service/aws-for-fluent-bit/
251261
```
252262

253-
For more see [the AWS for Fluent Bit github repo](https://github.com/aws/aws-for-fluent-bit#public-images).
263+
For more see [the AWS for Fluent Bit github repo](https://github.com/aws/aws-for-fluent-bit#public-images).

0 commit comments

Comments
 (0)