Skip to content

Commit de81205

Browse files
daipomWatson1978
andcommitted
apply feedback
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com> Co-authored-by: Shizuo Fujita <fujita@clear-code.com>
1 parent ab8032d commit de81205

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deployment/source-only-mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ It works with the default settings of `out_buffer` except for the following poin
4141
If need, you can configure some options for the buffer in System Configuration.
4242
Please see the following for details.
4343

44-
* [System Configuration - \<source_only_buffer\> section](system-config.md#less-than-source_only_buffer-greater-than-section).
44+
* [System Configuration - source_only_buffer section](system-config.md#less-than-source_only_buffer-greater-than-section).
4545

46-
### Recovering
46+
### Recovery
4747

4848
If Fluentd stops with the temporary buffer left, you need to recover the buffer to launch Fluentd with source-only mode again.
4949

5050
Note that a different path will be used each time unless you configure the temporary buffer path explicitly.
5151
In this case, you can recover the buffer as follows.
5252

53-
1. Configure the left buffer path explicitly.
53+
1. Configure the remaining buffer path explicitly.
5454
1. Start Fluentd with source-only mode again.
5555
1. Send `SIGWINCH` to the supervisor to load the buffer.
5656

57-
If this recovering is necessary, i.e., Fluentd stops with the temporary buffer left, the following warning log will be output.
57+
If this recovery is necessary, i.e., Fluentd stops with the temporary buffer left, the following warning log will be output.
5858
You can confirm the path to configure by this log.
5959

6060
```

deployment/system-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Invokes a fluentd only with input plugins.
112112

113113
See [Source Only Mode](source-only-mode.md) for details.
114114

115-
See also [\<source_only_buffer\> section](#less-than-source_only_buffer-greater-than-section).
115+
See also [source_only_buffer section](#less-than-source_only_buffer-greater-than-section).
116116

117117
### `rpc_endpoint`
118118

@@ -285,7 +285,7 @@ See [Output Plugins - overflow_action](../output#overflow_action) for details.
285285
| :--- | :--- | :--- |
286286
| string | nil (use unique path for the instance) | 1.18.0 |
287287

288-
Set this option when recovering buffers ([Source Only Mode - Recovering](source-only-mode.md#Recovering)).
288+
Set this option when recovering buffers ([Source Only Mode - Recovery](source-only-mode.md#Recovery)).
289289

290290
See [Buffer Plugins - file - path](../buffer/file.md#path) for details.
291291

0 commit comments

Comments
 (0)