Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions buffer/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

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

## Parameters

* [Common Parameters](../configuration/plugin-common-parameters.md)
Expand Down
5 changes: 5 additions & 0 deletions buffer/file_single.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The `file_single` buffer plugin provides a persistent buffer implementation. It

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

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

## Example Configuration

```text
Expand Down
5 changes: 5 additions & 0 deletions buffer/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.

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

## Parameters

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