File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Data processing with reliability
66
77The [ ` buffer ` ] ( ../buffering.md ) phase in the pipeline aims to provide a unified and
88persistent mechanism to store your data, using the primary in-memory model or the
9- filesystem based mode.
9+ file system- based mode.
1010
1111The ` buffer ` phase contains the data in an immutable state, meaning that no other
1212filter can be applied.
@@ -25,7 +25,7 @@ graph LR
2525 style D stroke:darkred,stroke-width:2px;
2626```
2727
28- Buffered data isn't raw text; it uses the Fluent Bit internal binary representation.
28+ Buffered data uses the Fluent Bit internal binary representation, which isn't raw text .
2929
3030Fluent Bit offers a buffering mechanism in the file system that acts as a backup
3131system to avoid data loss in case of system failures.
You can’t perform that action at this time.
0 commit comments