File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
specification/ml/put_datafeed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import { Duration } from '@_types/Time'
39
39
* Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job.
40
40
* You can associate only one datafeed with each anomaly detection job.
41
41
* The datafeed contains a query that runs at a defined interval (`frequency`).
42
- * If you are concerned about delayed data, you can add a delay (`query_delay' ) at each interval.
42
+ * If you are concerned about delayed data, you can add a delay (`query_delay` ) at each interval.
43
43
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
44
44
* at the time of creation and runs the query using those same roles. If you provide secondary authorization headers,
45
45
* those credentials are used instead.
You can’t perform that action at this time.
0 commit comments