@@ -10,15 +10,15 @@ distribution.
1010The [ AWS for Fluent Bit] ( https://github.com/aws/aws-for-fluent-bit ) image contains Go
1111Plugins for:
1212
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 )
2222
2323These plugins are higher performance than Go plugins.
2424
@@ -39,7 +39,7 @@ GitHub](https://github.com/aws/aws-for-fluent-bit/releases).
3939
4040## SSM Public Parameters
4141
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.
4343These parameters can be queried by any AWS account.
4444
4545To see a list of available version tags in a given region, run the following command:
0 commit comments