From 60854a4d5d80ca838e2395f576d8678e25c79372 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 09:44:07 -0700 Subject: [PATCH] [DOC] Remove indentation in copy_values processor (#4057) (#4087) * Test. * Update index.md Testing ability to create PRs. * Removed indentation. --------- (cherry picked from commit baa2fb45efd61c9e4c2b372e4903d59075d52552) Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- _data-prepper/index.md | 2 ++ _data-prepper/pipelines/configuration/processors/copy-values.md | 2 +- documentation-website | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 documentation-website diff --git a/_data-prepper/index.md b/_data-prepper/index.md index f22fdd1c11..6a49178a75 100644 --- a/_data-prepper/index.md +++ b/_data-prepper/index.md @@ -91,3 +91,5 @@ sample-pipeline: To get started building your own custom pipelines with Data Prepper, see [Getting started]({{site.url}}{{site.baseurl}}/clients/data-prepper/get-started/). + + diff --git a/_data-prepper/pipelines/configuration/processors/copy-values.md b/_data-prepper/pipelines/configuration/processors/copy-values.md index 0284423d35..4d48a47e02 100644 --- a/_data-prepper/pipelines/configuration/processors/copy-values.md +++ b/_data-prepper/pipelines/configuration/processors/copy-values.md @@ -54,4 +54,4 @@ When you run this processor, it parses the message into the following output: {"message": "hello", "newMessage": "hello"} ``` -> If `newMessage` already exists, its existing value is overwritten with `value`. +If `newMessage` already exists, its existing value is overwritten with `value`. diff --git a/documentation-website b/documentation-website new file mode 160000 index 0000000000..21c1d36f8b --- /dev/null +++ b/documentation-website @@ -0,0 +1 @@ +Subproject commit 21c1d36f8b1681a7f3a4430f2e2dd62fb0f87a4b