diff --git a/_data-prepper/configuration/pipelines-configurtion-options.md b/_data-prepper/configuration/pipelines-configuration-options.md similarity index 87% rename from _data-prepper/configuration/pipelines-configurtion-options.md rename to _data-prepper/configuration/pipelines-configuration-options.md index 5344b473..7675ca82 100644 --- a/_data-prepper/configuration/pipelines-configurtion-options.md +++ b/_data-prepper/configuration/pipelines-configuration-options.md @@ -7,11 +7,11 @@ nav_order: 41 # Pipeline options -This page provides information about pipeline configuration options in Data Prepper. +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. \ No newline at end of file +delay | No | Integer | Amount of time in milliseconds workers wait between buffer read attempts. Default is 3,000. \ No newline at end of file diff --git a/_data-prepper/configuration/sinks/file.md b/_data-prepper/configuration/sinks/file.md index 709010df..4c07d19d 100644 --- a/_data-prepper/configuration/sinks/file.md +++ b/_data-prepper/configuration/sinks/file.md @@ -10,7 +10,7 @@ nav_order: 45 ## Overview -Sink for flat file output. +The file sink creates a flat file output. Option | Required | Type | Description :--- | :--- | :--- | :--- diff --git a/_data-prepper/configuration/sinks/stdout.md b/_data-prepper/configuration/sinks/stdout.md index 93fbc290..7b358017 100644 --- a/_data-prepper/configuration/sinks/stdout.md +++ b/_data-prepper/configuration/sinks/stdout.md @@ -10,7 +10,7 @@ nav_order: 45 ## Overview -Sink for console output. Can be useful for testing. No options. +The stdout sink can be used for console output and can be useful for testing. It has no configurable options.