Language tweaks

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2022-02-02 12:41:36 -08:00
parent 6f436a44d5
commit 639d0df9b3
1 changed files with 2 additions and 2 deletions

View File

@ -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