Commit 42ae04f
authored
docs: in_blob: fix ring buffer config key prefix (#2364)
Rename `threaded.ring_buffer.capacity` and `threaded.ring_buffer.window`
to `thread.ring_buffer.capacity` and `thread.ring_buffer.window` to
match the actual config keys registered in Fluent Bit source code
(flb_input.c input_global_properties[]) and to be consistent with
other input plugin documentation (tail, opentelemetry, etc.).
Signed-off-by: jinyong.choi <inimax801@gmail.com>1 parent bc83de6 commit 42ae04f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments