Skip to content

Commit cec810e

Browse files
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent a59ef20 commit cec810e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/kinesis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To send records into Amazon Kinesis Data Streams, you can run the plugin from th
3636

3737
### Command line
3838

39-
The *`kinesis_streams` plugin can read the parameters from the command line through the `-p` (property) argument. For example:
39+
The `kinesis_streams` plugin can read the parameters from the command line through the `-p` (property) argument. For example:
4040

4141
```shell
4242
fluent-bit -i cpu -o kinesis_streams -p stream=my-stream -p region=us-west-2 -m '*' -f 1
@@ -100,7 +100,7 @@ The [aws-for-fluent-bit](https://github.com/aws/aws-for-fluent-bit) container im
100100

101101
### Amazon ECR Public Gallery
102102

103-
The [aws-for-fluent-bit](https://gallery.ecr.aws/aws-observability/aws-for-fluent-bit) container image is available on the Amazon ECR Public Gallery. You can use the following command to download images with different tags:
103+
The [aws-for-fluent-bit](https://gallery.ecr.aws/aws-observability/aws-for-fluent-bit) container image is available on the Amazon ECR Public Gallery. Use the following command to download images with different tags:
104104

105105
```shell
106106
docker pull public.ecr.aws/aws-observability/aws-for-fluent-bit:TAG

0 commit comments

Comments
 (0)