Skip to content

[Backport 9.0] Minor fix for source code documentation in MlPutDatafeedRequest (#3082) #4535

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

Merged
merged 1 commit into from
Jun 13, 2025
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