From 9c4e13bd2e25eb7003ce97825528ddaef2289c82 Mon Sep 17 00:00:00 2001 From: Craig Adam Date: Mon, 4 Dec 2023 12:27:39 -0600 Subject: [PATCH] Fix missing character typo (#5771) * Fix missing character typo Signed-off-by: Craig Adam * Update substitute-string.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Craig Adam Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- .../configuration/processors/substitute-string.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_data-prepper/pipelines/configuration/processors/substitute-string.md b/_data-prepper/pipelines/configuration/processors/substitute-string.md index e02caf29..5d18bf6a 100644 --- a/_data-prepper/pipelines/configuration/processors/substitute-string.md +++ b/_data-prepper/pipelines/configuration/processors/substitute-string.md @@ -12,7 +12,7 @@ The `substitute_string` processor matches a key's value against a regular expres ## Configuration -The following table describes the options you can use to configure the `substitue_string` processor. +The following table describes the options you can use to configure the `substitute_string` processor. Option | Required | Type | Description :--- | :--- | :--- | :--- @@ -21,10 +21,4 @@ source | N/A | N/A | The key to modify. from | N/A | N/A | The Regex String to be replaced. Special regex characters such as `[` and `]` must be escaped using `\\` when using double quotes and `\ ` when using single quotes. See [Java Patterns](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html) for more information. to | N/A | N/A | The String to be substituted for each match of `from`. - \ No newline at end of file