You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/aws-container.md
+29-18Lines changed: 29 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,57 @@
1
1
# Containers on AWS
2
2
3
-
AWS maintains a distribution of Fluent Bit combining the latest official release with a set of Go Plugins for sending logs to AWS services. AWS and Fluent Bit are working together to rewrite their plugins for inclusion in the official Fluent Bit distribution.
3
+
AWS maintains a distribution of Fluent Bit combining the latest official release with
4
+
a set of Go Plugins for sending logs to AWS services. AWS and Fluent Bit are working
5
+
together to rewrite their plugins for inclusion in the official Fluent Bit
6
+
distribution.
4
7
5
8
## Plugins
6
9
7
-
Currently, the [AWS for Fluent Bit](https://github.com/aws/aws-for-fluent-bit) image contains Go Plugins for:
10
+
The [AWS for Fluent Bit](https://github.com/aws/aws-for-fluent-bit) image contains Go
-[Amazon Kinesis Data Firehose](https://docs.fluentbit.io/manual/pipeline/outputs/firehose)
15
+
-[Amazon Kinesis Data Streams](https://docs.fluentbit.io/manual/pipeline/outputs/kinesis)
12
16
13
-
Fluent Bit includes Amazon CloudWatch Logs plugin named `cloudwatch_logs`, Amazon Kinesis Firehose plugin named `kinesis_firehose` and Amazon Kinesis Data Streams plugin named `kinesis_streams` which are higher performance than Go plugins.
17
+
-[Amazon CloudWatch Logs](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit) as `cloudwatch_logs`
18
+
-[Amazon Kinesis
19
+
Firehose](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit) as `kinesis_firehose`
20
+
-[Amazon Kinesis
21
+
Streams](https://github.com/aws/amazon-kinesis-streams-for-fluent-bit) as `kinesis_streams`
AWS vends their container image via [Docker Hub](https://hub.docker.com/r/amazon/aws-for-fluent-bit), and a set of highly available regional Amazon ECR repositories. For more information, see the [AWS for Fluent Bit GitHub repo](https://github.com/aws/aws-for-fluent-bit#public-images).
31
+
AWS vends their container image using
32
+
[Docker Hub](https://hub.docker.com/r/amazon/aws-for-fluent-bit), and a set of highly
33
+
available regional Amazon ECR repositories. For more information, see the
34
+
[AWS for Fluent Bit GitHub repository](https://github.com/aws/aws-for-fluent-bit#public-images).
26
35
27
-
The AWS for Fluent Bit image uses a custom versioning scheme because it contains multiple projects. To see what each release contains, check out the [release notes on GitHub](https://github.com/aws/aws-for-fluent-bit/releases).
36
+
The AWS for Fluent Bit image uses a custom versioning scheme because it contains
37
+
multiple projects. To see what each release contains, see the [release notes on
0 commit comments