@@ -10,15 +10,15 @@ distribution.
10
10
The [ AWS for Fluent Bit] ( https://github.com/aws/aws-for-fluent-bit ) image contains Go
11
11
Plugins for:
12
12
13
- - [ Amazon CloudWatch] ( https://docs.fluentbit.io/manual/pipeline/outputs/cloudwatch )
14
- - [ 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 )
16
-
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 `
13
+ - Amazon CloudWatch as ` cloudwatch_logs ` .
14
+ [ Fluent docs ] ( https://docs.fluentbit.io/manual/pipeline/outputs/cloudwatch ) |
15
+ [ Plugin ] ( https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit )
16
+ - Amazon Kinesis Data Firehose as ` kinesis_firehose ` .
17
+ [ Fluent docs ] ( https://docs.fluentbit.io/manual/pipeline/outputs/firehose )
18
+ [ Plugin ] ( https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit )
19
+ - Amazon Kinesis Data Streams as ` kinesis_streams ` .
20
+ [ Fluent docs ] ( https://docs.fluentbit.io/manual/pipeline/outputs/kinesis )
21
+ [ Plugin ] ( https://github.com/aws/amazon-kinesis-streams-for-fluent-bit )
22
22
23
23
These plugins are higher performance than Go plugins.
24
24
@@ -39,7 +39,7 @@ GitHub](https://github.com/aws/aws-for-fluent-bit/releases).
39
39
40
40
## SSM Public Parameters
41
41
42
- AWS vends SSM Public Parameters with the regional repository link for each image.
42
+ AWS vends SSM public parameters with the regional repository link for each image.
43
43
These parameters can be queried by any AWS account.
44
44
45
45
To see a list of available version tags in a given region, run the following command:
0 commit comments