mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
[DOCS] Augments cat transforms API (#53776)
Co-Authored-By: Benjamin Trent <ben.w.trent@gmail.com>
This commit is contained in:
parent
202b4fb490
commit
6fceef73e4
4 changed files with 274 additions and 45 deletions
|
@ -6,23 +6,180 @@
|
||||||
|
|
||||||
Returns configuration and usage information about {transforms}.
|
Returns configuration and usage information about {transforms}.
|
||||||
|
|
||||||
|
|
||||||
[[cat-transforms-api-request]]
|
[[cat-transforms-api-request]]
|
||||||
==== {api-request-title}
|
==== {api-request-title}
|
||||||
|
|
||||||
|
`GET /_cat/transforms/<transform_id>` +
|
||||||
|
|
||||||
|
`GET /_cat/transforms/_all` +
|
||||||
|
|
||||||
|
`GET /_cat/transforms/*` +
|
||||||
|
|
||||||
`GET /_cat/transforms`
|
`GET /_cat/transforms`
|
||||||
|
|
||||||
|
[[cat-transforms-api-prereqs]]
|
||||||
|
==== {api-prereq-title}
|
||||||
|
|
||||||
|
* If the {es} {security-features} are enabled, you must have `monitor_transform`
|
||||||
|
cluster privileges to use this API. The built-in `transform_user` role has these
|
||||||
|
privileges. For more information, see <<security-privileges>> and
|
||||||
|
<<built-in-roles>>.
|
||||||
|
|
||||||
//[[cat-transforms-api-desc]]
|
//[[cat-transforms-api-desc]]
|
||||||
//==== {api-description-title}
|
//==== {api-description-title}
|
||||||
|
|
||||||
|
[[cat-transforms-api-path-params]]
|
||||||
|
==== {api-path-parms-title}
|
||||||
|
|
||||||
//[[cat-transforms-api-query-params]]
|
`<transform_id>`::
|
||||||
//==== {api-query-parms-title}
|
(Optional, string)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=transform-id-wildcard]
|
||||||
|
|
||||||
|
[[cat-transforms-api-query-params]]
|
||||||
|
==== {api-query-parms-title}
|
||||||
|
|
||||||
//[[cat-transforms-api-response-codes]]
|
`allow_no_match`::
|
||||||
//==== {api-response-codes-title}
|
(Optional, boolean)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=allow-no-match-transforms1]
|
||||||
|
|
||||||
//[[cat-transforms-api-examples]]
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=http-format]
|
||||||
//==== {api-examples-title}
|
|
||||||
|
`from`::
|
||||||
|
(Optional, integer)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=from-transforms]
|
||||||
|
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-h]
|
||||||
|
+
|
||||||
|
If you do not specify which columns to include, the API returns the default
|
||||||
|
columns. If you explicitly specify one or more columns, it returns only the
|
||||||
|
specified columns.
|
||||||
|
+
|
||||||
|
Valid columns are:
|
||||||
|
|
||||||
|
`changes_last_detection_time`, `cldt`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=checkpointing-changes-last-detected-at]
|
||||||
|
|
||||||
|
`checkpoint_duration_time_exp_avg`, `cdtea`, `checkpointTimeExpAvg`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-checkpoint-duration-ms]
|
||||||
|
|
||||||
|
`create_time`, `ct`, `createTime`:::
|
||||||
|
(Default)
|
||||||
|
The time the {transform} was created.
|
||||||
|
|
||||||
|
`description`, `d`:::
|
||||||
|
(Default)
|
||||||
|
The description of the {transform}.
|
||||||
|
|
||||||
|
`dest_index`, `di`, `destIndex`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=dest-index]
|
||||||
|
|
||||||
|
`document_total`, `dt`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=docs-processed]
|
||||||
|
|
||||||
|
`frequency`, `f`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=frequency]
|
||||||
|
|
||||||
|
`id`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=transform-id]
|
||||||
|
|
||||||
|
`index_failure`, `if`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-failures]
|
||||||
|
|
||||||
|
`index_time`, `itime`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-time-ms]
|
||||||
|
|
||||||
|
`index_total`, `it`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-total]
|
||||||
|
|
||||||
|
`indexed_documents_exp_avg`, `idea`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-documents-indexed]
|
||||||
|
|
||||||
|
`invocation_total`, `itotal`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=trigger-count]
|
||||||
|
|
||||||
|
`max_page_search_size`, `mpsz`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=pivot-max-page-search-size]
|
||||||
|
|
||||||
|
`page_total`, `pt`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=pages-processed]
|
||||||
|
|
||||||
|
`pipeline`, `p`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=dest-pipeline]
|
||||||
|
|
||||||
|
`processed_documents_exp_avg`, `pdea`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-documents-processed]
|
||||||
|
|
||||||
|
`reason`, `r`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=state-transform-reason]
|
||||||
|
|
||||||
|
`search_failure`, `sf`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-failures]
|
||||||
|
|
||||||
|
`search_time`, `stime`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-time-ms]
|
||||||
|
|
||||||
|
`search_total`, `st`:::
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-total]
|
||||||
|
|
||||||
|
`source_index`, `si`, `sourceIndex`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=source-index-transforms]
|
||||||
|
|
||||||
|
`state`, `s`:::
|
||||||
|
(Default)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=state-transform]
|
||||||
|
|
||||||
|
`transform_type`, `tt`:::
|
||||||
|
(Default)
|
||||||
|
Indicates the type of {transform}: `batch` or `continuous`.
|
||||||
|
|
||||||
|
`version`, `v`:::
|
||||||
|
(Default)
|
||||||
|
The version of {es} that existed on the node when the {transform} was
|
||||||
|
created.
|
||||||
|
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=help]
|
||||||
|
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-s]
|
||||||
|
|
||||||
|
`size`::
|
||||||
|
(Optional, integer)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=size-transforms]
|
||||||
|
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=time]
|
||||||
|
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-v]
|
||||||
|
|
||||||
|
[[cat-transforms-api-examples]]
|
||||||
|
==== {api-examples-title}
|
||||||
|
|
||||||
|
[source,console]
|
||||||
|
--------------------------------------------------
|
||||||
|
GET /_cat/transforms?v&format=json
|
||||||
|
--------------------------------------------------
|
||||||
|
// TEST[skip:kibana sample data]
|
||||||
|
|
||||||
|
[source,console-result]
|
||||||
|
----
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id" : "ecommerce_transform",
|
||||||
|
"create_time" : "2020-03-20T20:31:25.077Z",
|
||||||
|
"version" : "7.7.0",
|
||||||
|
"source_index" : "kibana_sample_data_ecommerce",
|
||||||
|
"dest_index" : "kibana_sample_data_ecommerce_transform",
|
||||||
|
"pipeline" : null,
|
||||||
|
"description" : "Maximum priced ecommerce data by customer_id in Asia",
|
||||||
|
"transform_type" : "continuous",
|
||||||
|
"frequency" : "5m",
|
||||||
|
"max_page_search_size" : "500",
|
||||||
|
"state" : "STARTED"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
----
|
||||||
|
// TESTRESPONSE[skip:kibana sample data]
|
||||||
|
|
|
@ -385,8 +385,3 @@ coming::[7.x]
|
||||||
=== Data stream APIs
|
=== Data stream APIs
|
||||||
|
|
||||||
coming::[7.x]
|
coming::[7.x]
|
||||||
|
|
||||||
[role="exclude",id="cat-transform"]
|
|
||||||
=== cat transform API
|
|
||||||
|
|
||||||
See <<cat-transforms>>.
|
|
|
@ -99,6 +99,10 @@ tag::bytes[]
|
||||||
(Optional, <<byte-units,byte size units>>) Unit used to display byte values.
|
(Optional, <<byte-units,byte size units>>) Unit used to display byte values.
|
||||||
end::bytes[]
|
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[]
|
tag::cluster-health-status[]
|
||||||
(string)
|
(string)
|
||||||
Health status of the cluster, based on the state of its primary and replica
|
Health status of the cluster, based on the state of its primary and replica
|
||||||
|
@ -178,6 +182,11 @@ is based on Lucene documents. {es} reclaims the disk space of deleted Lucene
|
||||||
documents when a segment is merged.
|
documents when a segment is merged.
|
||||||
end::docs-deleted[]
|
end::docs-deleted[]
|
||||||
|
|
||||||
|
tag::docs-processed[]
|
||||||
|
The number of documents that have been processed from the source index of
|
||||||
|
the {transform}.
|
||||||
|
end::docs-processed[]
|
||||||
|
|
||||||
tag::enrich-policy[]
|
tag::enrich-policy[]
|
||||||
Enrich policy name
|
Enrich policy name
|
||||||
used to limit the request.
|
used to limit the request.
|
||||||
|
@ -207,6 +216,20 @@ Wildcard expressions are not accepted.
|
||||||
--
|
--
|
||||||
end::expand-wildcards[]
|
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 been
|
||||||
|
indexed.
|
||||||
|
end::exponential-avg-documents-indexed[]
|
||||||
|
|
||||||
|
tag::exponential-avg-documents-processed[]
|
||||||
|
Exponential moving average of the number of documents that have been
|
||||||
|
processed.
|
||||||
|
end::exponential-avg-documents-processed[]
|
||||||
|
|
||||||
tag::field_statistics[]
|
tag::field_statistics[]
|
||||||
`field_statistics`::
|
`field_statistics`::
|
||||||
(Optional, boolean) If `true`, the response includes the document count, sum of document frequencies,
|
(Optional, boolean) If `true`, the response includes the document count, sum of document frequencies,
|
||||||
|
@ -380,6 +403,18 @@ tag::index[]
|
||||||
used to limit the request.
|
used to limit the request.
|
||||||
end::index[]
|
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[]
|
tag::bulk-index[]
|
||||||
`_index`::
|
`_index`::
|
||||||
(Optional, string)
|
(Optional, string)
|
||||||
|
@ -574,6 +609,11 @@ tag::pipeline[]
|
||||||
(Optional, string) ID of the pipeline to use to preprocess incoming documents.
|
(Optional, string) ID of the pipeline to use to preprocess incoming documents.
|
||||||
end::pipeline[]
|
end::pipeline[]
|
||||||
|
|
||||||
|
tag::pages-processed[]
|
||||||
|
The number of search or bulk index operations processed. Documents are
|
||||||
|
processed in batches instead of individually.
|
||||||
|
end::pages-processed[]
|
||||||
|
|
||||||
tag::path-pipeline[]
|
tag::path-pipeline[]
|
||||||
`<pipeline>`::
|
`<pipeline>`::
|
||||||
(Optional, string) Comma-separated list or wildcard expression of pipeline IDs
|
(Optional, string) Comma-separated list or wildcard expression of pipeline IDs
|
||||||
|
@ -708,6 +748,14 @@ tag::scroll_size[]
|
||||||
Defaults to 100.
|
Defaults to 100.
|
||||||
end::scroll_size[]
|
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[]
|
tag::search_timeout[]
|
||||||
`timeout`::
|
`timeout`::
|
||||||
(Optional, <<time-units, time units>>)
|
(Optional, <<time-units, time units>>)
|
||||||
|
@ -715,6 +763,10 @@ Explicit timeout for each search request.
|
||||||
Defaults to no timeout.
|
Defaults to no timeout.
|
||||||
end::search_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[]
|
tag::search_type[]
|
||||||
`search_type`::
|
`search_type`::
|
||||||
(Optional, string) The type of the search operation. Available options:
|
(Optional, string) The type of the search operation. Available options:
|
||||||
|
@ -804,6 +856,26 @@ A query clause that retrieves a subset of data from the source index. See
|
||||||
<<query-dsl>>.
|
<<query-dsl>>.
|
||||||
end::source-query-transforms[]
|
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 new
|
||||||
|
documents.
|
||||||
|
* `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 the
|
||||||
|
reason for the failure.
|
||||||
|
end::state-transform-reason[]
|
||||||
|
|
||||||
tag::stats[]
|
tag::stats[]
|
||||||
`stats`::
|
`stats`::
|
||||||
(Optional, string) Specific `tag` of the request for logging and statistical
|
(Optional, string) Specific `tag` of the request for logging and statistical
|
||||||
|
@ -899,6 +971,13 @@ expression. If you do not specify one of these options, the API returns
|
||||||
information for all {transforms}.
|
information for all {transforms}.
|
||||||
end::transform-id-wildcard[]
|
end::transform-id-wildcard[]
|
||||||
|
|
||||||
|
tag::trigger-count[]
|
||||||
|
The number of times the {transform} has been triggered by the scheduler. For
|
||||||
|
example, the scheduler triggers the {transform} indexer to check for updates
|
||||||
|
or ingest new data at an interval specified in the
|
||||||
|
<<put-transform-request-body,`frequency` property>>.
|
||||||
|
end::trigger-count[]
|
||||||
|
|
||||||
tag::cat-v[]
|
tag::cat-v[]
|
||||||
`v`::
|
`v`::
|
||||||
(Optional, boolean) If `true`, the response includes column headings.
|
(Optional, boolean) If `true`, the response includes column headings.
|
||||||
|
|
|
@ -77,7 +77,8 @@ informational; you cannot update their values.
|
||||||
`checkpointing`::
|
`checkpointing`::
|
||||||
(object) Contains statistics about <<transform-checkpoints,checkpoints>>.
|
(object) Contains statistics about <<transform-checkpoints,checkpoints>>.
|
||||||
`checkpointing`.`changes_last_detected_at`:::
|
`checkpointing`.`changes_last_detected_at`:::
|
||||||
(date) The timestamp when changes were last detected in the source indices.
|
(date)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=checkpointing-changes-last-detected-at]
|
||||||
`checkpointing`.`last`:::
|
`checkpointing`.`last`:::
|
||||||
(object) Contains statistics about the last completed checkpoint.
|
(object) Contains statistics about the last completed checkpoint.
|
||||||
`checkpointing`.`last`.`checkpoint`::::
|
`checkpointing`.`last`.`checkpoint`::::
|
||||||
|
@ -127,56 +128,53 @@ started.
|
||||||
`node`.`transport_address`:::
|
`node`.`transport_address`:::
|
||||||
(string) The host and port where transport HTTP connections are accepted. For
|
(string) The host and port where transport HTTP connections are accepted. For
|
||||||
example, `127.0.0.1:9300`.
|
example, `127.0.0.1:9300`.
|
||||||
|
`reason`::
|
||||||
|
(string)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=state-transform-reason]
|
||||||
`state`::
|
`state`::
|
||||||
(string) The status of the {transform}, which can be one of the following values:
|
(string)
|
||||||
+
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=state-transform]
|
||||||
--
|
|
||||||
* `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 new
|
|
||||||
documents.
|
|
||||||
* `started`: The {transform} is running but not actively indexing data.
|
|
||||||
* `stopped`: The {transform} is stopped.
|
|
||||||
* `stopping`: The {transform} is stopping.
|
|
||||||
--
|
|
||||||
|
|
||||||
`stats`::
|
`stats`::
|
||||||
(object) An object that provides statistical information about the {transform}.
|
(object) An object that provides statistical information about the {transform}.
|
||||||
`stats`.`documents_indexed`:::
|
`stats`.`documents_indexed`:::
|
||||||
(long) The number of documents that have been indexed into the destination index
|
(long) The number of documents that have been indexed into the destination index
|
||||||
for the {transform}.
|
for the {transform}.
|
||||||
`stats`.`documents_processed`:::
|
`stats`.`documents_processed`:::
|
||||||
(long) The number of documents that have been processed from the source index of
|
(long)
|
||||||
the {transform}.
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=docs-processed]
|
||||||
`stats`.`exponential_avg_checkpoint_duration_ms`:::
|
`stats`.`exponential_avg_checkpoint_duration_ms`:::
|
||||||
(double) Exponential moving average of the duration of the checkpoint, in milliseconds.
|
(double)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-checkpoint-duration-ms]
|
||||||
`stats`.`exponential_avg_documents_indexed`:::
|
`stats`.`exponential_avg_documents_indexed`:::
|
||||||
(double) Exponential moving average of the number of new documents that have been
|
(double)
|
||||||
indexed.
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-documents-indexed]
|
||||||
`stats`.`exponential_avg_documents_processed`:::
|
`stats`.`exponential_avg_documents_processed`:::
|
||||||
(double) Exponential moving average of the number of documents that have been
|
(double)
|
||||||
processed.
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=exponential-avg-documents-processed]
|
||||||
`stats`.`index_failures`:::
|
`stats`.`index_failures`:::
|
||||||
(long) The number of indexing failures.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-failures]
|
||||||
`stats`.`index_time_in_ms`:::
|
`stats`.`index_time_in_ms`:::
|
||||||
(long) The amount of time spent indexing, in milliseconds.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-time-ms]
|
||||||
`stats`.`index_total`:::
|
`stats`.`index_total`:::
|
||||||
(long) The number of indices created.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=index-total]
|
||||||
`stats`.`pages_processed`:::
|
`stats`.`pages_processed`:::
|
||||||
(long) The number of search or bulk index operations processed. Documents are
|
(long)
|
||||||
processed in batches instead of individually.
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=pages-processed]
|
||||||
`stats`.`search_failures`:::
|
`stats`.`search_failures`:::
|
||||||
(long) The number of search failures.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-failures]
|
||||||
`stats`.`search_time_in_ms`:::
|
`stats`.`search_time_in_ms`:::
|
||||||
(long) The amount of time spent searching, in milliseconds.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-time-ms]
|
||||||
`stats`.`search_total`:::
|
`stats`.`search_total`:::
|
||||||
(long) The number of search operations on the source index for the {transform}.
|
(long)
|
||||||
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=search-total]
|
||||||
`stats`.`trigger_count`:::
|
`stats`.`trigger_count`:::
|
||||||
(long) The number of times the {transform} has been triggered by the scheduler.
|
(long)
|
||||||
For example, the scheduler triggers the {transform} indexer to check for updates
|
include::{docdir}/rest-api/common-parms.asciidoc[tag=trigger-count]
|
||||||
or ingest new data at an interval specified in the
|
|
||||||
<<put-transform-request-body,`frequency` property>>.
|
|
||||||
|
|
||||||
[[get-transform-stats-response-codes]]
|
[[get-transform-stats-response-codes]]
|
||||||
==== {api-response-codes-title}
|
==== {api-response-codes-title}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue