File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
250260aws 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 ) .
You can’t perform that action at this time.
0 commit comments