Skip to content
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
2 changes: 1 addition & 1 deletion specification/ml/put_datafeed/MlPutDatafeedRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { Dictionary } from '@spec_utils/Dictionary'
* Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
* You can associate only one datafeed with each anomaly detection job.
* The datafeed contains a query that runs at a defined interval (`frequency`).
* If you are concerned about delayed data, you can add a delay (`query_delay') at each interval.
* If you are concerned about delayed data, you can add a delay (`query_delay`) at each interval.
* By default, the datafeed uses the following query: `{"match_all": {"boost": 1}}`.
*
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
Expand Down