Skip to content

Commit ea45506

Browse files
committed
Navigate to buffer section
1 parent 3f02b58 commit ea45506

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

buffer/file.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The `file` buffer plugin provides a persistent buffer implementation. It uses files to store buffer chunks on disk.
44

5+
{% hint style='info' %}
6+
In the following examples, it assumes pre-configured chunk keys by default with `<buffer>`.
7+
If you want to understand buffer behavior precisely, see [Buffer Section Configuration](../configuration/buffer-section.md) documentation.
8+
{% endhint %}
9+
510
## Parameters
611

712
* [Common Parameters](../configuration/plugin-common-parameters.md)

buffer/file_single.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The `file_single` buffer plugin provides a persistent buffer implementation. It
44

55
`file_single` is similar to `file_file` but it does not have the metadata file.
66

7+
{% hint style='info' %}
8+
In the following examples, it assumes pre-configured chunk keys by default with `<buffer>`.
9+
If you want to understand buffer behavior precisely, see [Buffer Section Configuration](../configuration/buffer-section.md) documentation.
10+
{% endhint %}
11+
712
## Example Configuration
813

914
```text

buffer/memory.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The `memory` buffer plugin provides a fast buffer implementation. It uses memory to store buffer chunks. When Fluentd is shut down, buffered logs that cannot be written quickly are deleted.
44

5+
{% hint style='info' %}
6+
In the following examples, it assumes pre-configured chunk keys by default with `<buffer>`.
7+
If you want to understand buffer behavior precisely, see [Buffer Section Configuration](../configuration/buffer-section.md) documentation.
8+
{% endhint %}
9+
510
## Parameters
611

712
* [Common Parameters](../configuration/plugin-common-parameters.md)

0 commit comments

Comments
 (0)