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 { Dictionary } from '@spec_utils/Dictionary'
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
* By default, the datafeed uses the following query: `{"match_all": {"boost": 1}}`.
44
44
*
45
45
* When Elasticsearch security features are enabled, your datafeed remembers which roles the user who created it had
You can’t perform that action at this time.
0 commit comments