diff --git a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md index df5e3c56..8370cf22 100644 --- a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md +++ b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md @@ -12,11 +12,10 @@ nav_order: 50 `Bounded blocking` is the default buffer and is memory based. The following table describes the `Bounded blocking` parameters. -Option | Required | Type | Description -:--- | :--- | :--- | :--- - -buffer_size | No | Integer | The maximum number of records the buffer accepts. Default value is `12800`. -batch_size | No | Integer | The maximum number of records the buffer drains after each read. Default value is `200`. +| Option | Required | Type | Description | +| --- | --- | --- | --- | +| buffer_size | No | Integer | The maximum number of records the buffer accepts. Default value is `12800`. | +| batch_size | No | Integer | The maximum number of records the buffer drains after each read. Default value is `200`. |