Skip to content

Commit 1a24665

Browse files
daipomcosmo0920
andauthored
Apply suggestions from code review
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent de81205 commit 1a24665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/source-only-mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Since v1.18.0, Fluentd can launch with source-only mode.
44
(Not supported on Windows)
55

6-
* In this mode, only input plugins runs.
6+
* In this mode, only input plugins run.
77
* During this mode, the events are stored in a temporary file buffer.
88
* Sending `SIGWINCH` to the supervisor cancels this mode.
99
* Then, all plugins start to run, and the temporary file buffer starts to load.
@@ -17,7 +17,7 @@ You can launch Fluentd with source-only mode in the following ways.
1717

1818
## Temporary file buffer
1919

20-
During source-only mode, the events are stored in a temporary file buffer.
20+
During source-only mode, the ingested events are stored in a temporary file buffer.
2121
After `SIGWINCH` is sent to the supervisor and this mode is canceled, this buffer begins to load.
2222

2323
By default, the file buffer path is as follows.
@@ -38,7 +38,7 @@ It works with the default settings of `out_buffer` except for the following poin
3838
* `path` is automatically determined by default.
3939
* `overflow_action` is `drop_oldest_chunk` by default.
4040

41-
If need, you can configure some options for the buffer in System Configuration.
41+
If needed, you can configure some options for the buffer in System Configuration.
4242
Please see the following for details.
4343

4444
* [System Configuration - source_only_buffer section](system-config.md#less-than-source_only_buffer-greater-than-section).

output/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It is included in Fluentd's core (since v1.18.0).
3232
</match>
3333
```
3434

35-
In the above example, events emitted by `in_udp` are once stored in the buffer of this plugin, then re-routed and output by `out_stdout`.
35+
In the above example, events ingested by `in_udp` are once stored in the buffer of this plugin, then re-routed and output by `out_stdout`.
3636

3737
## Supported Modes
3838

0 commit comments

Comments
 (0)