Skip to content

Commit

Permalink
[DOCS] Clarifies behavior of datafeeds with or without an end time (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jul 13, 2021
1 parent e760058 commit c4d2a2f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/en/stack/ml/anomaly-detection/ml-datafeeds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ the {ref}/ml-put-datafeed.html[create {dfeeds} API].

To start retrieving data from {es}, you must start the {dfeed}. When you start
it, you can optionally specify start and end times. If you do not specify an
end time, the {dfeed} runs continuously. You can start and stop {dfeeds} in
{kib} or use the {ref}/ml-start-datafeed.html[start {dfeeds}] and
{ref}/ml-stop-datafeed.html[stop {dfeeds}] APIs. A {dfeed} can be started and
end time, the {dfeed} runs continuously. {dfeeds-cap} with an end time close
their corresponding jobs when they are stopped. For this reason, when historical
data is analysed, there is no need to stop the datafeed and/or close the job as
they are stopped and closed automatically when the end time is reached. However,
when a {dfeed} without an end time is stopped, it does not close the
corresponding job automatically. You can start and stop {dfeeds} in {kib} or use
the {ref}/ml-start-datafeed.html[start {dfeeds}] and
{ref}/ml-stop-datafeed.html[stop {dfeeds}] APIs. A {dfeed} can be started and
stopped multiple times throughout its lifecycle.

[IMPORTANT]
Expand Down

0 comments on commit c4d2a2f

Please sign in to comment.