| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085 | tag::actions[]`actions`::+--(Optional, string)Comma-separated list or wildcard expressionof actions used to limit the request.Omit this parameter to return all actions.--end::actions[]tag::active-only[]`active_only`::(Optional, boolean)If `true`,the response only includes ongoing shard recoveries.Defaults to `false`.end::active-only[]tag::index-alias[]Comma-separated list or wildcard expression of index alias namesused to limit the request.end::index-alias[]tag::aliases[]`aliases`::(Optional, <<indices-aliases,alias object>>) Index aliases which include theindex. See <<indices-aliases>>.end::aliases[]tag::target-index-aliases[]`aliases`::(Optional, <<indices-aliases,alias object>>)Index aliases which include the target index.See <<indices-aliases>>.end::target-index-aliases[]tag::allow-no-indices[]`allow_no_indices`::(Optional, boolean) If `true`,the request does *not* return an errorif a wildcard expressionor `_all` value retrieves only missing or closed indices.+This parameter also applies to <<indices-aliases,index aliases>>that point to a missing or closed index.end::allow-no-indices[]tag::allow-no-match-transforms1[]Specifies what to do when the request:+--* Contains wildcard expressions and there are no {transforms} that match.* Contains the `_all` string or no identifiers and there are no matches.* Contains wildcard expressions and there are only partial matches.The default value is `true`, which returns an empty `transforms` array whenthere are no matches and the subset of results when there are partial matches.If this parameter is `false`, the request returns a `404` status code when thereare no matches or only partial matches.--end::allow-no-match-transforms1[]tag::allow-no-match-transforms2[]Specifies what to do when the request:+--* Contains wildcard expressions and there are no {transforms} that match.* Contains the `_all` string or no identifiers and there are no matches.* Contains wildcard expressions and there are only partial matches.The default value is `true`, which returns a successful acknowledgement messagewhen there are no matches. When there are only partial matches, the API stopsthe appropriate {transforms}. For example, if the request contains`test-id1*,test-id2*` as the identifiers and there are no {transforms}that match `test-id2*`, the API nonetheless stops the {transforms}that match `test-id1*`.If this parameter is `false`, the request returns a `404` status code when thereare no matches or only partial matches.--end::allow-no-match-transforms2[]tag::analyzer[]`analyzer`::(Optional, string) Analyzer to use for the query string.end::analyzer[]tag::analyze_wildcard[]`analyze_wildcard`::(Optional, boolean) If `true`, wildcard and prefix queries areanalyzed. Defaults to `false`.end::analyze_wildcard[]tag::bytes[]`bytes`::(Optional, <<byte-units,byte size units>>) Unit used to display byte values.end::bytes[]tag::checkpointing-changes-last-detected-at[]The timestamp when changes were last detected in the source indices.end::checkpointing-changes-last-detected-at[]tag::cluster-health-status[](string)Health status of the cluster, based on the state of its primary and replicashards. Statuses are:  `green`:::  All shards are assigned.  `yellow`:::  All primary shards are assigned, but one or more replica shards are  unassigned. If a node in the cluster fails, some  data could be unavailable until that node is repaired.  `red`:::  One or more primary shards are unassigned, so some data is unavailable. This  can occur briefly during cluster startup as primary shards are assigned.end::cluster-health-status[]tag::committed[]If `true`,the segments is synced to disk. Segments that are synced can survive a hard reboot.+If `false`,the data from uncommitted segments is also stored inthe transaction log so that Elasticsearch is able to replaychanges on the next start.end::committed[]tag::completion-fields[]`completion_fields`::(Optional, string)Comma-separated list or wildcard expressions of fieldsto include in `fielddata` and `suggest` statistics.end::completion-fields[]tag::default_operator[]`default_operator`::(Optional, string) The default operator for query string query: AND or OR.Defaults to `OR`.end::default_operator[]tag::dest[]The destination for the {transform}.end::dest[]tag::dest-index[]The _destination index_ for the {transform}.end::dest-index[]tag::dest-pipeline[]The unique identifier for a <<pipeline,pipeline>>.end::dest-pipeline[]tag::detailed[]`detailed`::(Optional, boolean)If `true`,the response includes detailed information about shard recoveries.Defaults to `false`.end::detailed[]tag::df[]`df`::(Optional, string) Field to use as default where no field prefix isgiven in the query string.end::df[]tag::docs-count[]The number of documents as reported by Lucene. This excludes deleted documentsand counts any <<nested,nested documents>> separately from their parents. Italso excludes documents which were indexed recently and do not yet belong to asegment.end::docs-count[]tag::docs-deleted[]The number of deleted documents as reported by Lucene, which may be higher orlower than the number of delete operations you have performed. This numberexcludes deletes that were performed recently and do not yet belong to asegment. Deleted documents are cleaned up by the<<index-modules-merge,automatic merge process>> if it makes sense to do so.Also, {es} creates extra deleted documents to internally track the recenthistory of operations on a shard.end::docs-deleted[]tag::docs-indexed[]The number of documents that have been indexed into the destination indexfor the {transform}.end::docs-indexed[]tag::docs-processed[]The number of documents that have been processed from the source index ofthe {transform}.end::docs-processed[]tag::enrich-policy[]Enrich policy nameused to limit the request.end::enrich-policy[]tag::expand-wildcards[]`expand_wildcards`::+--(Optional, string) Controls what kind of indices that wildcard expressions canexpand to. Multiple values are accepted when separated by a comma, as in`open,hidden`. Valid values are:`all`::Expand to open and closed indices, including <<index-hidden,hidden indices>>.`open`::Expand only to open indices.`closed`::Expand only to closed indices.`hidden`::Expansion of wildcards will include <<index-hidden,hidden indices>>.Must be combined with `open`, `closed`, or both.`none`::Wildcard expressions are not accepted.--end::expand-wildcards[]tag::exponential-avg-checkpoint-duration-ms[]Exponential moving average of the duration of the checkpoint, in milliseconds.end::exponential-avg-checkpoint-duration-ms[]tag::exponential-avg-documents-indexed[]Exponential moving average of the number of new documents that have beenindexed.end::exponential-avg-documents-indexed[]tag::exponential-avg-documents-processed[]Exponential moving average of the number of documents that have beenprocessed.end::exponential-avg-documents-processed[]tag::field_statistics[]`field_statistics`::(Optional, boolean) If `true`, the response includes the document count, sum of document frequencies,and sum of total term frequencies.Defaults to `true`.end::field_statistics[]tag::fielddata-fields[]`fielddata_fields`::(Optional, string)Comma-separated list or wildcard expressions of fieldsto include in `fielddata` statistics.end::fielddata-fields[]tag::fields[]`fields`::+--(Optional, string)Comma-separated list or wildcard expressions of fieldsto include in the statistics.Used as the default listunless a specific field list is providedin the `completion_fields` or `fielddata_fields` parameters.--end::fields[]tag::index-alias-filter[]<<query-dsl-bool-query, Filter query>>used to limit the index alias.+If specified,the index alias only applies to documents returned by the filter.end::index-alias-filter[]tag::flat-settings[]`flat_settings`::(Optional, boolean) If `true`, returns settings in flat format. Defaults to`false`.end::flat-settings[]tag::http-format[]`format`::(Optional, string) Short version of thehttps://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html[HTTP accept header].Valid values include JSON, YAML, etc.end::http-format[]tag::frequency[]The interval between checks for changes in the source indices when the{transform} is running continuously. Also determines the retry interval in theevent of transient failures while the {transform} is searching or indexing. Theminimum value is `1s` and the maximum is `1h`. The default value is `1m`.end::frequency[]tag::from[]`from`::(Optional, integer) Starting document offset. Needs to be non-negative and defaults to `0`.end::from[]tag::from-transforms[]Skips the specified number of {transforms}. The default value is `0`.end::from-transforms[]tag::generation[]Generation number, such as `0`. {es} increments this generation numberfor each segment written. {es} then uses this number to derive the segment name.end::generation[]tag::group-by[]`group_by`::+--(Optional, string)Key used to group tasks in the response.Possible values are:`nodes`::(Default)Node ID`parents`::Parent task ID`none`::Do not group tasks.--end::group-by[]tag::groups[]`groups`::(Optional, string)Comma-separated list of search groupsto include in the `search` statistics.end::groups[]tag::cat-h[]`h`::(Optional, string) Comma-separated list of column names to display.end::cat-h[]tag::help[]`help`::(Optional, boolean) If `true`, the response includes help information. Defaultsto `false`.end::help[]tag::bulk-id[]`_id`::(Optional, string)The document ID.If no ID is specified, a document ID is automatically generated.end::bulk-id[]tag::if_primary_term[]`if_primary_term`::(Optional, integer) Only perform the operation if the document hasthis primary term. See <<optimistic-concurrency-control-index>>.end::if_primary_term[]tag::if_seq_no[]`if_seq_no`::(Optional, integer) Only perform the operation if the document has thissequence number. See <<optimistic-concurrency-control-index>>.end::if_seq_no[]tag::ignore_throttled[]`ignore_throttled`::(Optional, boolean) If `true`, concrete, expanded or aliased indices areignored when frozen. Defaults to `true`.end::ignore_throttled[]tag::index-ignore-unavailable[]`ignore_unavailable`::(Optional, boolean) If `true`, missing or closed indices are not included in theresponse. Defaults to `false`.end::index-ignore-unavailable[]tag::include-defaults[]`include_defaults`::(Optional, string) If `true`, return all default settings in the response.Defaults to `false`.end::include-defaults[]tag::include-segment-file-sizes[]`include_segment_file_sizes`::(Optional, boolean)If `true`, the call reports the aggregated disk usage ofeach one  of the Lucene index files (only applies if segment stats arerequested). Defaults to `false`.end::include-segment-file-sizes[]tag::include-unloaded-segments[]`include_unloaded_segments`::(Optional, boolean) If `true`, the response includes information from segmentsthat are **not** loaded into memory. Defaults to `false`.end::include-unloaded-segments[]tag::index-query-parm[]`index`::(Optional, string)Comma-separated list or wildcard expression of index namesused to limit the request.end::index-query-parm[]tag::index[]`<index>`::(Optional, string) Comma-separated list or wildcard expression of index namesused to limit the request.end::index[]tag::index-failures[]The number of indexing failures.end::index-failures[]tag::index-time-ms[]The amount of time spent indexing, in milliseconds.end::index-time-ms[]tag::index-total[]The number of indices created.end::index-total[]tag::bulk-index[]`_index`::(Optional, string)Name of the data stream, index, or index alias to perform the action on. Thisparameter is required if a `<target>` is not specified in the request path.end::bulk-index[]tag::index-metric[]`<index-metric>`::+--(Optional, string)Comma-separated list of metrics used to limit the request.Supported metrics are:`_all`::Return all statistics.`completion`::<<completion-suggester,Completion suggester>> statistics.`docs`::Number of documents and deleted docs, which have not yet merged out.<<indices-refresh,Index refreshes>> can affect this statistic.`fielddata`::<<fielddata,Fielddata>> statistics.`flush`::<<indices-flush,Flush>> statistics.`get`::Get statistics,including missing stats.`indexing`::<<docs-index_,Indexing>> statistics.`merge`::<<index-modules-merge,Merge>> statistics.`query_cache`::<<query-cache,Query cache>> statistics.`refresh`::<<indices-refresh,Refresh>> statistics.`request_cache`::<<shard-request-cache,Shard request cache>> statistics.`search`::Search statistics including suggest statistics.You can include statistics for custom groupsby adding an extra `groups` parameter(search operations can be associated with one or more groups).The `groups` parameter accepts a comma separated list of group names.Use `_all` to return statistics for all groups.`segments`::Memory use of all open segments.+If the `include_segment_file_sizes` parameter is `true`,this metric includes the aggregated disk usageof each Lucene index file.`store`::Size of the index in <<byte-units, byte units>>.`suggest`::<<search-suggesters,Suggester>> statistics.`translog`::<<index-modules-translog,Translog>> statistics.`warmer`::<<indices-warmers,Warmer>> statistics.--end::index-metric[]tag::index-template[]`<index-template>`::(Required, string)Comma-separated list of index template names used to limit the request. Wildcard(`*`) expressions are supported.end::index-template[]tag::component-template[]`<component-template>`::(Required, string)Comma-separated list or wildcard expression of component template namesused to limit the request.end::component-template[]tag::lenient[]`lenient`::(Optional, boolean) If `true`, format-based query failures (such asproviding text to a numeric field) will be ignored. Defaults to `false`.end::lenient[]tag::level[]`level`::+--(Optional, string)Indicates whether statistics are aggregatedat the cluster, index, or shard level.Valid values are:*   `cluster`*   `indices`*   `shards`--end::level[]tag::local[]`local`::(Optional, boolean) If `true`, the request retrieves information from the localnode only. Defaults to `false`, which means information is retrieved fromthe master node.end::local[]tag::mappings[]`mappings`::+--(Optional, <<mapping,mapping object>>) Mapping for fields in the index. Ifspecified, this mapping can include:* Field names* <<mapping-types,Field data types>>* <<mapping-params,Mapping parameters>>See <<mapping>>.--end::mappings[]tag::max_docs[]`max_docs`::(Optional, integer) Maximum number of documents to process. Defaults to alldocuments.end::max_docs[]tag::memory[]Bytes of segment data stored in memory for efficient search,such as `1264`.+A value of `-1` indicates {es} was unable to compute this number.end::memory[]tag::require-alias[]`require_alias`::(Optional, boolean) When true, this requires the destination to be an alias.Defaults to false.end::require-alias[]tag::node-filter[]`<node_filter>`::(Optional, string)Comma-separated list of <<cluster-nodes,node filters>> used to limit returnedinformation. Defaults to all nodes in the cluster.end::node-filter[]tag::node-id[]`<node_id>`::(Optional, string) Comma-separated list of node IDs or names used to limitreturned information.end::node-id[]tag::node-id-query-parm[]`node_id`::(Optional, string)Comma-separated list of node IDs or namesused to limit returned information.end::node-id-query-parm[]tag::offsets[]`<offsets>`::(Optional, boolean) If `true`, the response includes term offsets.Defaults to `true`.end::offsets[]tag::parent-task-id[]`parent_task_id`::+--(Optional, string)Parent task IDused to limit returned information.To return all tasks,omit this parameteror use a value of `-1`.--end::parent-task-id[]tag::payloads[]`payloads`::(Optional, boolean) If `true`, the response includes term payloads.Defaults to `true`.end::payloads[]tag::pipeline[]`pipeline`::(Optional, string) ID of the pipeline to use to preprocess incoming documents.end::pipeline[]tag::pages-processed[]The number of search or bulk index operations processed. Documents areprocessed in batches instead of individually.end::pages-processed[]tag::path-pipeline[]`<pipeline>`::(Optional, string) Comma-separated list or wildcard expression of pipeline IDsused to limit the request.end::path-pipeline[]tag::pivot[]The method for transforming the data. These objects define the pivot function`group by` fields and the aggregation to reduce the data.end::pivot[]tag::pivot-aggs[]Defines how to aggregate the grouped data. The following aggregations are supported:+--* <<search-aggregations-metrics-avg-aggregation,Average>>* <<search-aggregations-pipeline-bucket-script-aggregation,Bucket script>>* <<search-aggregations-pipeline-bucket-selector-aggregation,Bucket selector>>* <<search-aggregations-metrics-cardinality-aggregation,Cardinality>>* <<search-aggregations-bucket-filter-aggregation,Filter>>* <<search-aggregations-metrics-geobounds-aggregation,Geo bounds>>* <<search-aggregations-metrics-geocentroid-aggregation,Geo centroid>>* <<search-aggregations-metrics-max-aggregation,Max>>* <<search-aggregations-metrics-min-aggregation,Min>>* <<search-aggregations-metrics-percentile-aggregation,Percentiles>>* <<search-aggregations-bucket-rare-terms-aggregation, Rare Terms>>* <<search-aggregations-metrics-scripted-metric-aggregation,Scripted metric>>* <<search-aggregations-metrics-sum-aggregation,Sum>>* <<search-aggregations-bucket-terms-aggregation, Terms>>* <<search-aggregations-metrics-valuecount-aggregation,Value count>>* <<search-aggregations-metrics-weight-avg-aggregation,Weighted average>>IMPORTANT: {transforms-cap} support a subset of the functionality in aggregations. See <<transform-limitations>>.--end::pivot-aggs[]tag::pivot-group-by[]Defines how to group the data. More than one grouping can be defined  per pivot. The following groupings are supported:+--* <<_date_histogram,Date histogram>>* <<_geotile_grid,Geotile Grid>> * <<_histogram,Histogram>>* <<_terms,Terms>>--end::pivot-group-by[]tag::positions[]`positions`::(Optional, boolean) If `true`, the response includes term positions.Defaults to `true`.end::positions[]tag::preference[]`preference`::(Optional, string) Specifies the node or shard the operation should beperformed on. Random by default.end::preference[]tag::processing-time-ms[]The amount of time spent processing results, in milliseconds.end::processing-time-ms[]tag::processing-total[]The number of processing operations.end::processing-total[]tag::search-q[]`q`::(Optional, string) Query in the Lucene query string syntax.end::search-q[]tag::query[]`query`::(Optional, <<query-dsl,query object>>) Defines the search definition using the<<query-dsl,Query DSL>>.end::query[]tag::realtime[]`realtime`::(Optional, boolean) If `true`, the request is real-time as opposed to near-real-time.Defaults to `true`. See <<realtime>>.end::realtime[]tag::refresh[]`refresh`::(Optional, enum) If `true`, {es} refreshes the affected shards to make thisoperation visible to search, if `wait_for` then wait for a refresh to makethis operation visible to search, if `false` do nothing with refreshes.Valid values: `true`, `false`, `wait_for`. Default: `false`.end::refresh[]tag::request_cache[]`request_cache`::(Optional, boolean) If `true`, the request cache is used for this request.Defaults to the index-level setting.end::request_cache[]tag::requests_per_second[]`requests_per_second`::(Optional, integer) The throttle for this request in sub-requests per second.Defaults to `-1` (no throttle).end::requests_per_second[]tag::routing[]`routing`::(Optional, string) Target the specified primary shard.end::routing[]tag::index-routing[]`routing`::(Optional, string)Custom <<mapping-routing-field, routing value>>used to route operations to a specific shard.end::index-routing[]tag::cat-s[]`s`::(Optional, string) Comma-separated list of column names or column aliases usedto sort the response.end::cat-s[]tag::scroll[]`scroll`::(Optional, <<time-units, time units>>) Specifies how long a consistent view ofthe index should be maintained for scrolled search.end::scroll[]tag::scroll_size[]`scroll_size`::(Optional, integer) Size of the scroll request that powers the operation.Defaults to 100.end::scroll_size[]tag::search-failures[]The number of search failures.end::search-failures[]tag::search-time-ms[]The amount of time spent searching, in milliseconds.end::search-time-ms[]tag::search_timeout[]`timeout`::(Optional, <<time-units, time units>>)Explicit timeout for each search request.Defaults to no timeout.end::search_timeout[]tag::search-total[]The number of search operations on the source index for the {transform}.end::search-total[]tag::search_type[]`search_type`::(Optional, string) The type of the search operation. Available options:* `query_then_fetch`* `dfs_query_then_fetch`end::search_type[]tag::segment[]Name of the segment, such as `_0`. The segment name is derived fromthe segment generation and used internally to create file names in the directoryof the shard.end::segment[]tag::segment-search[]If `true`,the segment is searchable.+If `false`,the segment has most likely been written to diskbut needs a <<indices-refresh,refresh>> to be searchable.end::segment-search[]tag::segment-size[]Disk space used by the segment, such as `50kb`.end::segment-size[]tag::settings[]`settings`::(Optional, <<index-modules-settings,index setting object>>) Configurationoptions for the index. See <<index-modules-settings>>.end::settings[]tag::target-index-settings[]`settings`::(Optional, <<index-modules-settings,index setting object>>)Configuration options for the target index.See <<index-modules-settings>>.end::target-index-settings[]tag::size-transforms[]Specifies the maximum number of {transforms} to obtain. The default value is`100`.end::size-transforms[]tag::slices[]`slices`::(Optional, integer) The number of slices this task should be divided into.Defaults to 1 meaning the task isn't sliced into subtasks.end::slices[]tag::sort[]`sort`::(Optional, string) A comma-separated list of <field>:<direction> pairs.end::sort[]tag::source[]`_source`::(Optional, string) True or false to return the `_source` field or not, or alist of fields to return.end::source[]tag::source_excludes[]`_source_excludes`::(Optional, string)A comma-separated list of <<mapping-source-field,source fields>> to exclude fromthe response.+You can also use this parameter to exclude fields from the subset specified in`_source_includes` query parameter.+If the `_source` parameter is `false`, this parameter is ignored.end::source_excludes[]tag::source_includes[]`_source_includes`::(Optional, string)A comma-separated list of <<mapping-source-field,source fields>> toinclude in the response.+If this parameter is specified, only these source fields are returned. You canexclude fields from this subset using the `_source_excludes` query parameter.+If the `_source` parameter is `false`, this parameter is ignored.end::source_includes[]tag::source-transforms[]The source of the data for the {transform}.end::source-transforms[]tag::source-index-transforms[]The _source indices_ for the {transform}. It can be a single index, an indexpattern (for example, `"my-index-*"`), an array of indices (for example,`["my-index-000001", "my-index-000002"]`), or an array of index patterns (for example,`["my-index-*", "my-other-index-*"]`.end::source-index-transforms[]tag::source-query-transforms[]A query clause that retrieves a subset of data from the source index. See<<query-dsl>>.end::source-query-transforms[]tag::state-transform[]The status of the {transform}, which can be one of the following values:+--* `aborting`: The {transform} is aborting.* `failed`: The {transform} failed. For more information about the failure,check the reason field.* `indexing`: The {transform} is actively processing data and creating newdocuments.* `started`: The {transform} is running but not actively indexing data.* `stopped`: The {transform} is stopped.* `stopping`: The {transform} is stopping.--end::state-transform[]tag::state-transform-reason[]If a {transform} has a `failed` state, this property provides details about thereason for the failure.end::state-transform-reason[]tag::stats[]`stats`::(Optional, string) Specific `tag` of the request for logging and statisticalpurposes.end::stats[]tag::stored_fields[]`stored_fields`::(Optional, boolean) If `true`, retrieves the document fields stored in theindex rather than the document `_source`. Defaults to `false`.end::stored_fields[]tag::sync[]Defines the properties {transforms} require to run continuously.end::sync[]tag::sync-time[]Specifies that the {transform} uses a time field to synchronize the source anddestination indices.end::sync-time[]tag::sync-time-field[]The date field that is used to identify new documents in the source.end::sync-time-field[]tag::sync-time-delay[]The time delay between the current time and the latest input data time. Thedefault value is `60s`.end::sync-time-delay[]tag::transform-settings[]Defines optional {transform} settings.end::transform-settings[]tag::transform-settings-docs-per-second[]Specifies a limit on the number of input documents per second. This settingthrottles the {transform} by adding a wait time between search requests. Thedefault value is `null`, which disables throttling.end::transform-settings-docs-per-second[]tag::transform-settings-max-page-search-size[]Defines the initial page size to use for the composite aggregation for eachcheckpoint. If circuit breaker exceptions occur, the page size is dynamicallyadjusted to a lower value. The minimum value is `10` and the maximum is `10,000`.The default value is `500`.end::transform-settings-max-page-search-size[]tag::target-index[]`<target-index>`::+--(Required, string)Name of the target index to create.include::{es-repo-dir}/indices/create-index.asciidoc[tag=index-name-reqs]--end::target-index[]tag::task-id[]`<task_id>`::(Optional, string) ID of the task to return(`node_id:task_number`).end::task-id[]tag::term_statistics[]`term_statistics`::(Optional, boolean) If `true`, the response includes term frequency and document frequency.Defaults to `false`.end::term_statistics[]tag::terminate_after[]`terminate_after`::(Optional, integer) The maximum number of documents to collect for each shard,upon reaching which the query execution will terminate early.end::terminate_after[]tag::time[]`time`::(Optional, <<time-units,time units>>)Unit used to display time values.end::time[]tag::timeoutparms[]tag::timeout[]tag::master-timeout[]`master_timeout`::(Optional, <<time-units, time units>>) Specifies the period of time to wait fora connection to the master node. If no response is received before the timeoutexpires, the request fails and returns an error. Defaults to `30s`.end::master-timeout[]`timeout`::(Optional, <<time-units, time units>>) Specifies the period of time to wait fora response. If no response is received before the timeout expires, the requestfails and returns an error. Defaults to `30s`.end::timeout[]end::timeoutparms[]tag::transform-id[]Identifier for the {transform}. This identifier can contain lowercasealphanumeric characters (a-z and 0-9), hyphens, and underscores. It must startand end with alphanumeric characters.end::transform-id[]tag::transform-id-wildcard[]Identifier for the {transform}. It can be a {transform} identifier or a wildcardexpression. If you do not specify one of these options, the API returnsinformation for all {transforms}.end::transform-id-wildcard[]tag::trigger-count[]The number of times the {transform} has been triggered by the scheduler. Forexample, the scheduler triggers the {transform} indexer to check for updatesor ingest new data at an interval specified in the<<put-transform-request-body,`frequency` property>>.end::trigger-count[]tag::cat-v[]`v`::(Optional, boolean) If `true`, the response includes column headings.Defaults to `false`.end::cat-v[]tag::version[]`version`::(Optional, boolean) If `true`, returns the document version as part of a hit.end::version[]tag::doc-version[]`version`::(Optional, integer) Explicit version number for concurrency control.The specified version must match the current version of the document for therequest to succeed.end::doc-version[]tag::segment-version[]Version of Lucene used to write the segment.end::segment-version[]tag::version_type[]`version_type`::(Optional, enum) Specific version type: `internal`, `external`,`external_gte`.end::version_type[]tag::wait_for_active_shards[]`wait_for_active_shards`::+--(Optional, string) The number of shard copies that must be active beforeproceeding with the operation. Set to `all` or any positive integer upto the total number of shards in the index (`number_of_replicas+1`).Default: 1, the primary shard.See <<index-wait-for-active-shards>>.--end::wait_for_active_shards[]tag::wait_for_completion[]`wait_for_completion`::(Optional, boolean) If `true`, the request blocks until the operation is complete.Defaults to `true`.end::wait_for_completion[]
 |