33Since 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.
2121After ` SIGWINCH ` is sent to the supervisor and this mode is canceled, this buffer begins to load.
2222
2323By 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.
4242Please see the following for details.
4343
4444* [ System Configuration - source_only_buffer section] ( system-config.md#less-than-source_only_buffer-greater-than-section ) .
0 commit comments