From 4ec55fef3f1bd061535204e5bd3def96cdfc4b7c Mon Sep 17 00:00:00 2001 From: Keith Chan <12404772+keithhc2@users.noreply.github.com> Date: Fri, 24 Jun 2022 09:20:30 -0700 Subject: [PATCH] Changed headings back to sentence (#715) * Changed headings back to sentence Signed-off-by: keithhc2 * Minor tweak Signed-off-by: keithhc2 Co-authored-by: keithhc2 --- _clients/data-prepper/data-prepper-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clients/data-prepper/data-prepper-reference.md b/_clients/data-prepper/data-prepper-reference.md index 1f9af147..951a588c 100644 --- a/_clients/data-prepper/data-prepper-reference.md +++ b/_clients/data-prepper/data-prepper-reference.md @@ -108,7 +108,7 @@ buffer_timeout | No | Duration | The timeout for writing events to the Data Prep records_to_accumulate | No | Integer | The number of messages that accumulate before writing to the buffer. Default is 100. disable_bucket_ownership_validation | No | Boolean | If `true`, then the S3 Source will not attempt to validate that the bucket is owned by the expected account. The only expected account is the same account that owns the SQS queue. Defaults to `false`. -#### sqs +#### sqs The following are configure usage of Amazon SQS in the S3 Source plugin. @@ -121,7 +121,7 @@ wait_time | No | Duration | The time to wait for long polling on the SQS API. De poll_delay | No | Duration | A delay to place between reading and processing a batch of SQS messages and making a subsequent request. Default is `0s`. -#### aws +#### aws Option | Required | Type | Description :--- | :--- | :--- | :---