We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e227d20 commit 4389cf2Copy full SHA for 4389cf2
administration/buffering-and-storage.md
@@ -26,6 +26,23 @@ The workaround of `mem_buf_limit` is good for certain scenarios and environments
26
27
For full data safety guarantee, use filesystem buffering.
28
29
+Here is an example input definition:
30
+
31
+```
32
+[INPUT]
33
+ Name tcp
34
+ Listen 0.0.0.0
35
+ Port 5170
36
+ Format none
37
+ Tag tcp-logs
38
+ Mem_Buf_Limit 50MB
39
40
41
+If this input uses more than 50MB memory to buffer logs, you will get a warning like this in the Fluent Bit logs:
42
43
+[input] tcp.1 paused (mem buf overlimit)
44
45
46
#### Filesystem buffering to the rescue
47
48
Filesystem buffering enabled helps with backpressure and overall memory control.
0 commit comments