mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
26 lines
566 B
Markdown
26 lines
566 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Bounded blocking
|
||
|
parent: Buffers
|
||
|
grand_parent: Configuring Data Prepper
|
||
|
nav_order: 50
|
||
|
---
|
||
|
|
||
|
# Bounded blocking
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
The default buffer. Memory-based.
|
||
|
|
||
|
Option | Required | Type | Description
|
||
|
:--- | :--- | :--- | :---
|
||
|
buffer_size | No | Integer | The maximum number of records the buffer accepts. Default is `512`.
|
||
|
batch_size | No | Integer | The maximum number of records the buffer drains after each read. Default is `8`.
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
Content will be added to this section.
|
||
|
|
||
|
## Metrics
|
||
|
|
||
|
Content will be added to this section.
|