# External Plugins
This folder is meant to hold the following repositories:
- [Cloudwatch Go Plugin](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit)
- [Kinesis Streams Go Plugin](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit)
- [Firehose Go Plugin](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit)

Clone these repositories to the external-plugins folder
```
cd external-plugins
git clone https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit.git
git clone https://github.com/aws/amazon-kinesis-streams-for-fluent-bit.git
git clone https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit.git
```