Skip to content
Open
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
1 change: 1 addition & 0 deletions administration/buffering-and-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Optionally, any Input plugin can configure their storage preference, the followi
| Key | Description | Default |
| :--- | :--- | :--- |
| storage.type | Specify the buffering mechanism to use. It can be _memory_ or _filesystem_. | memory |
| storage.max_chunks_pause | Specify if file storage is to be paused when reaching the chunk limit. | off |

The following example configure a service that offers filesystem buffering capabilities and two Input plugins being the first based in filesystem and the second with memory only.

Expand Down