[DOC] Remove indentation in copy_values processor (#4057)
* Test. Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> * Update index.md Testing ability to create PRs. * Removed indentation. Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> --------- Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
This commit is contained in:
parent
6f6848dff8
commit
baa2fb45ef
|
@ -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/).
|
||||
|
||||
<!---Delete this comment.--->
|
||||
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 21c1d36f8b1681a7f3a4430f2e2dd62fb0f87a4b
|
Loading…
Reference in New Issue