Skip to content

Commit 37593d0

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 1c072c2 commit 37593d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/inputs/forward.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ From the command line you can let Fluent Bit listen for Forward messages with th
3535
fluent-bit -i forward -o stdout
3636
```
3737

38-
By default the service will listen an all interfaces (`0.0.0.0`) through TCP port `24224`. You can change this by passing parameters to the command:
38+
By default, the service listens on all interfaces (`0.0.0.0`) through TCP port `24224`. You can change this by passing parameters to the command:
3939

4040
```bash
4141
fluent-bit -i forward -p listen="192.168.3.2" -p port=9090 -o stdout
4242
```
4343

44-
In the example the Forward messages will only arrive through network interface `192.168.3.2` address and TCP Port `9090`.
44+
In the example, the Forward messages arrive only through network interface `192.168.3.2` address and TCP Port `9090`.
4545

4646
### Configuration file
4747

@@ -85,7 +85,7 @@ pipeline:
8585
8686
## Fluent Bit and Secure Forward Setup
8787
88-
In Fluent Bit v3 and greater, `in_forward` can handle secure forward protocol.
88+
In Fluent Bit v3 or later, `in_forward` can handle secure forward protocol.
8989

9090
For using user-password authentication, specify `security.users` at least an one-pair.
9191
For using shared key, specify `shared_key` in both of forward output and forward input.
@@ -135,7 +135,7 @@ pipeline:
135135

136136
## Testing
137137

138-
Once Fluent Bit is running, you can send some messages using the `fluent-cat` tool, provided by [Fluentd](http://www.fluentd.org):
138+
After Fluent Bit is running, you can send some messages using the `fluent-cat` tool, provided by [Fluentd](http://www.fluentd.org):
139139

140140
```bash
141141
echo '{"key 1": 123456789, "key 2": "abcdefg"}' | fluent-cat my_tag

0 commit comments

Comments
 (0)