Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Clarifies behavior of datafeeds with or without an end time #1754

Merged
merged 3 commits into from
Jul 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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