From 38863804ebb8c6d6f2c5ad8d43113cf454902c89 Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Thu, 6 Jun 2024 08:40:54 -0600 Subject: [PATCH] Update script.md Signed-off-by: Melissa Vagi Signed-off-by: Melissa Vagi --- _ingest-pipelines/processors/script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ingest-pipelines/processors/script.md b/_ingest-pipelines/processors/script.md index d2cccd3fae..e7769ac5d2 100644 --- a/_ingest-pipelines/processors/script.md +++ b/_ingest-pipelines/processors/script.md @@ -5,7 +5,7 @@ parent: Ingest processors nav_order: 230 --- -# `script` processor +# Script processor The `script` processor executes inline and stored scripts that can modify or transform data in an OpenSearch document during the ingestion process. The processor uses script caching for improved performance because scripts may be recompiled per document. Refer to [Script APIs](https://opensearch.org/docs/latest/api-reference/script-apis/index/) for information about working with scripts in OpenSearch. @@ -126,7 +126,7 @@ POST testindex1/_doc?pipeline=my-script-pipeline #### Response -The response confirms that the document has been indexed into `testindex1` and is indexing all documents with the `message` field converted to uppercase: +The response confirms that the document has been indexed into `testindex1` and has indexed all documents with the `message` field converted to uppercase: ```json {