From 639d0df9b36a04b60098949fb6d2f1e6078dc418 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 2 Feb 2022 12:41:36 -0800 Subject: [PATCH] Language tweaks Signed-off-by: keithhc2 --- _im-plugin/index-transforms/transforms-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_im-plugin/index-transforms/transforms-apis.md b/_im-plugin/index-transforms/transforms-apis.md index 1d08b5de..c260b2b6 100644 --- a/_im-plugin/index-transforms/transforms-apis.md +++ b/_im-plugin/index-transforms/transforms-apis.md @@ -135,7 +135,7 @@ metadata_id | String | Any metadata to be associated with the transform job. | N source_index | String | The source index whose data to transform. | Yes target_index | String | The target index the newly transformed data is added into. You can create a new index or update an existing one. | Yes data_selection_query | Object | The query DSL to use to filter a subset of the source index for the transform job. See [query DSL]({{site.url}}{{site.baseurl}}/opensearch/query-dsl) for more information. | Yes -page_size | Integer | The maximum number of buckets OpenSearch can use to transform data. Higher number means higher performance but requires more memory and can cause higher latency. | Yes +page_size | Integer | The number of buckets ISM processes and indexes concurrently. Higher number means better performance but requires more memory. If your machine runs out of memory, ISM automatically adjusts this field and retries until the operation succeeds. | Yes groups | Array | Specifies the grouping(s) to use in the transform job. Supported groups are `terms`, `histogram`, and `date_histogram`. For more information, see [Bucket Aggregations]({{site.url}}{{site.baseurl}}/opensearch/bucket-agg). | Yes if not using aggregations source_field | String | The field(s) to transform | Yes aggregations | Object | The aggregations to use in the transform job. Supported aggregations are: `sum`, `max`, `min`, `value_count`, `avg`, `scripted_metric`, and `percentiles`. For more information, see [Metric Aggregations]({{site.url}}{{site.baseurl}}/opensearch/metric-agg). | Yes if not using groups @@ -266,7 +266,7 @@ start_time | Integer | The Unix epoch start time of the transform job. period | Integer | How often to execute the transform job. unit | String | The unit of time associated with the execution period. Available options are `Minutes`, `Hours`, and `Days`. description | Integer | Describes the transform job. -page_size | Integer | The number of fields to transform at a time. Higher number means higher performance but requires more memory and can cause higher latency. +page_size | Integer | The number of buckets ISM processes and indexes concurrently. Higher number means better performance but requires more memory. If your machine runs out of memory, ISM automatically adjusts this field and retries until the operation succeeds. ## Get a transform job's details Introduced 1.0