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
6
6
7
7
The [ ` buffer ` ] ( ../buffering.md ) phase in the pipeline aims to provide a unified and
8
8
persistent mechanism to store your data, using the primary in-memory model or the
9
- filesystem based mode.
9
+ file system- based mode.
10
10
11
11
The ` buffer ` phase contains the data in an immutable state, meaning that no other
12
12
filter can be applied.
@@ -25,7 +25,7 @@ graph LR
25
25
style D stroke:darkred,stroke-width:2px;
26
26
```
27
27
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 .
29
29
30
30
Fluent Bit offers a buffering mechanism in the file system that acts as a backup
31
31
system to avoid data loss in case of system failures.
You can’t perform that action at this time.
0 commit comments