Skip to content

Commit

Permalink
Minor fix for source code documentation in MlPutDatafeedRequest (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo authored Oct 25, 2024
1 parent 88226e1 commit 32d3ee2
Showing 1 changed file with 1 addition and 1 deletion.
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 { Duration } from '@_types/Time'
* 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.
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
* those credentials are used instead.
Expand Down

0 comments on commit 32d3ee2

Please sign in to comment.