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:
61
61
log_stream_prefix from-fluent-bit-
62
62
auto_create_group On
63
63
```
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 ` .
64
74
65
75
### Permissions
66
76
@@ -250,4 +260,4 @@ You can use our SSM Public Parameters to find the Amazon ECR image URI in your r
250
260
aws ssm get-parameters-by-path --path /aws/service/aws-for-fluent-bit/
251
261
```
252
262
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