mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
* Minor changes to index.md. Signed-off-by: carolxob <carolxob@amazon.com> * Minor typo/formatting fixes. Signed-off-by: carolxob <carolxob@amazon.com> * Minor change. Signed-off-by: carolxob <carolxob@amazon.com> * Adjusted ToC order so that Getting started appears before Core APIs. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits to titles. Signed-off-by: carolxob <carolxob@amazon.com> * Minor adjustments to ToC. Signed-off-by: carolxob <carolxob@amazon.com> * Changed filename. Signed-off-by: carolxob <carolxob@amazon.com> * Minor ToC edit Signed-off-by: carolxob <carolxob@amazon.com> * Minor edits. Signed-off-by: carolxob <carolxob@amazon.com> * Minor edit. Signed-off-by: carolxob <carolxob@amazon.com> * Edits made based on editorial feedback. Signed-off-by: carolxob <carolxob@amazon.com> Signed-off-by: carolxob <carolxob@amazon.com>
603 B
603 B
layout | title | parent | nav_order |
---|---|---|---|
default | Pipeline options | Configuring Data Prepper | 41 |
Pipeline options
This page provides information about pipeline configuration options in Data Prepper.
General pipeline options
Option | Required | Type | Description |
---|---|---|---|
workers | No | Integer | Essentially the number of application threads. As a starting point for your use case, try setting this value to the number of CPU cores on the machine. Default is 1. |
delay | No | Integer | Amount of time in milliseconds workers wait between buffer read attempts. Default is 3,000. |