mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-07 10:48:09 +00:00
Fix missing character typo (#5771)
* Fix missing character typo Signed-off-by: Craig Adam <craig@adam11.ca> * Update substitute-string.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Craig Adam <craig@adam11.ca> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
0d08349836
commit
9c4e13bd2e
@ -12,7 +12,7 @@ The `substitute_string` processor matches a key's value against a regular expres
|
|||||||
|
|
||||||
## Configuration
|
## 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
|
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.
|
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`.
|
to | N/A | N/A | The String to be substituted for each match of `from`.
|
||||||
|
|
||||||
<!---## Configuration
|
|
||||||
|
|
||||||
Content will be added to this section.
|
|
||||||
|
|
||||||
## Metrics
|
|
||||||
|
|
||||||
Content will be added to this section.--->
|
|
Loading…
x
Reference in New Issue
Block a user