2017-06-19 18:23:58 -07:00
|
|
|
[role="xpack"]
|
2018-08-31 16:49:24 -07:00
|
|
|
[testenv="platinum"]
|
2017-04-04 15:26:39 -07:00
|
|
|
[[ml-close-job]]
|
2019-07-25 08:58:16 -07:00
|
|
|
=== Close {anomaly-jobs} API
|
2017-12-14 10:52:49 -08:00
|
|
|
++++
|
2018-12-20 10:23:28 -08:00
|
|
|
<titleabbrev>Close jobs</titleabbrev>
|
2017-12-14 10:52:49 -08:00
|
|
|
++++
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-07-25 08:58:16 -07:00
|
|
|
Closes one or more {anomaly-jobs}.
|
2017-04-11 18:52:47 -07:00
|
|
|
A job can be opened and closed multiple times throughout its lifecycle.
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2017-04-19 18:52:30 +01:00
|
|
|
A closed job cannot receive data or perform analysis
|
|
|
|
operations, but you can still explore and navigate results.
|
|
|
|
|
2019-06-27 09:42:47 -07:00
|
|
|
[[ml-close-job-request]]
|
|
|
|
==== {api-request-title}
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2018-12-07 20:34:11 +00:00
|
|
|
`POST _ml/anomaly_detectors/<job_id>/_close` +
|
2017-08-09 08:30:21 -07:00
|
|
|
|
2018-12-07 20:34:11 +00:00
|
|
|
`POST _ml/anomaly_detectors/<job_id>,<job_id>/_close` +
|
2017-08-09 08:30:21 -07:00
|
|
|
|
2018-12-07 20:34:11 +00:00
|
|
|
`POST _ml/anomaly_detectors/_all/_close` +
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-06-27 13:58:42 -07:00
|
|
|
[[ml-close-job-prereqs]]
|
|
|
|
==== {api-prereq-title}
|
|
|
|
|
|
|
|
* If the {es} {security-features} are enabled, you must have `manage_ml` or
|
|
|
|
`manage` cluster privileges to use this API. See
|
|
|
|
{stack-ov}/security-privileges.html[Security privileges].
|
|
|
|
|
2019-06-27 09:42:47 -07:00
|
|
|
[[ml-close-job-desc]]
|
|
|
|
==== {api-description-title}
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-07-25 08:58:16 -07:00
|
|
|
You can close multiple {anomaly-jobs} in a single API request by using a group
|
|
|
|
name, a comma-separated list of jobs, or a wildcard expression. You can close
|
|
|
|
all jobs by using `_all` or by specifying `*` as the `<job_id>`.
|
2017-04-04 15:26:39 -07:00
|
|
|
|
|
|
|
When you close a job, it runs housekeeping tasks such as pruning the model history,
|
2017-04-11 18:52:47 -07:00
|
|
|
flushing buffers, calculating final results and persisting the model snapshots.
|
2017-04-04 15:26:39 -07:00
|
|
|
Depending upon the size of the job, it could take several minutes to close and
|
|
|
|
the equivalent time to re-open.
|
|
|
|
|
2017-04-19 18:52:30 +01:00
|
|
|
After it is closed, the job has a minimal overhead on the cluster except for
|
2017-04-24 11:14:58 -07:00
|
|
|
maintaining its meta data. Therefore it is a best practice to close jobs that
|
|
|
|
are no longer required to process data.
|
2017-04-19 18:52:30 +01:00
|
|
|
|
2017-05-02 12:45:42 -07:00
|
|
|
When a {dfeed} that has a specified end date stops, it automatically closes
|
2017-04-24 11:14:58 -07:00
|
|
|
the job.
|
|
|
|
|
2017-06-19 10:16:51 +01:00
|
|
|
NOTE: If you use the `force` query parameter, the request returns without performing
|
|
|
|
the associated actions such as flushing buffers and persisting the model snapshots.
|
|
|
|
Therefore, do not use this parameter if you want the job to be in a consistent state
|
|
|
|
after the close job API returns. The `force` query parameter should only be used in
|
|
|
|
situations where the job has already failed, or where you are not interested in
|
|
|
|
results the job might have recently produced or might produce in the future.
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-06-27 09:42:47 -07:00
|
|
|
[[ml-close-job-path-parms]]
|
|
|
|
==== {api-path-parms-title}
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-07-12 08:26:31 -07:00
|
|
|
`<job_id>`::
|
2019-07-25 08:58:16 -07:00
|
|
|
(Required, string) Identifier for the {anomaly-job}. It can be a job
|
|
|
|
identifier, a group name, or a wildcard expression.
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-06-27 09:42:47 -07:00
|
|
|
[[ml-close-job-query-parms]]
|
|
|
|
==== {api-query-parms-title}
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-07-30 14:22:14 +02:00
|
|
|
`allow_no_jobs`::
|
|
|
|
(Optional, boolean) Specifies what to do when the request:
|
|
|
|
+
|
|
|
|
--
|
|
|
|
* Contains wildcard expressions and there are no jobs 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 `jobs` array
|
|
|
|
when there 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 there are no matches or only partial matches.
|
|
|
|
--
|
|
|
|
|
2019-07-12 08:26:31 -07:00
|
|
|
`force`::
|
|
|
|
(Optional, boolean) Use to close a failed job, or to forcefully close a job
|
|
|
|
which has not responded to its initial close request.
|
2017-04-19 18:52:30 +01:00
|
|
|
|
2019-07-12 08:26:31 -07:00
|
|
|
`timeout`::
|
2019-08-08 13:43:55 +02:00
|
|
|
(Optional, <<time-units, time units>>) Controls the time to wait until a job
|
|
|
|
has closed. The default value is 30 minutes.
|
2017-04-24 11:14:58 -07:00
|
|
|
|
2019-07-30 14:22:14 +02:00
|
|
|
[[ml-close-job-response-codes]]
|
|
|
|
==== {api-response-codes-title}
|
|
|
|
|
|
|
|
`404` (Missing resources)::
|
|
|
|
If `allow_no_jobs` is `false`, this code indicates that there are no
|
|
|
|
resources that match the request or only partial matches for the request.
|
|
|
|
|
2019-06-27 09:42:47 -07:00
|
|
|
[[ml-close-job-example]]
|
|
|
|
==== {api-examples-title}
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2018-02-09 09:16:24 -08:00
|
|
|
The following example closes the `total-requests` job:
|
2017-04-04 15:26:39 -07:00
|
|
|
|
2019-09-06 11:31:13 -04:00
|
|
|
[source,console]
|
2017-04-04 15:26:39 -07:00
|
|
|
--------------------------------------------------
|
2018-12-07 20:34:11 +00:00
|
|
|
POST _ml/anomaly_detectors/total-requests/_close
|
2017-04-04 15:26:39 -07:00
|
|
|
--------------------------------------------------
|
2018-08-31 16:49:24 -07:00
|
|
|
// TEST[skip:setup:server_metrics_openjob]
|
2017-04-04 15:26:39 -07:00
|
|
|
|
|
|
|
When the job is closed, you receive the following results:
|
2019-09-06 09:22:08 -04:00
|
|
|
|
|
|
|
[source,console-result]
|
2017-04-04 15:26:39 -07:00
|
|
|
----
|
|
|
|
{
|
|
|
|
"closed": true
|
|
|
|
}
|
|
|
|
----
|