Skip to content

Commit 1ad572b

Browse files
committed
Start describing the file storage pause feature.
Signed-off-by: Phillip Whelan <[email protected]>
1 parent 04de308 commit 1ad572b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

administration/buffering-and-storage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ It's common to find cases that if we have multiple destinations for a Chunk, one
4848

4949
Starting from Fluent Bit v1.6, we introduced the new configuration property for output plugins called `storage.total_limit_size` which limits the number of Chunks that exists in the file system for a certain logical output destination. If one destinations reaches the `storage.total_limit_size` limit, the oldest Chunk from it queue for that logical output destination will be discarded.
5050

51+
**Puasing on Storage Limit**
52+
53+
Using the boolean service property `storage.max_chunks_pause` inputs will pause once their chunks match or exceed the number of storage chunks they can have in the up stage, `storage.max_chunks_up`.
54+
5155
## Configuration
5256

5357
The storage layer configuration takes place in three areas:

0 commit comments

Comments
 (0)