Skip to content

Commit b22d222

Browse files
committed
[DOCS] Fix typo in anomaly detection at scale
1 parent ee8b456 commit b22d222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ more efficient to use an aggregation when it’s possible, as in this case, the
171171
data node does the heavy-lifting instead of the {ml} node.
172172

173173
You may want to use `chunking_config` to tune your search speed when your
174-
{dfees} use aggregations. In these cases, set `chunking_config.mode` to `manual`
174+
{dfeeds} use aggregations. In these cases, set `chunking_config.mode` to `manual`
175175
and experiment with the `time_span` value. Increasing it may speed up search.
176176
However, the higher the chunking `time_span`, the higher number of buckets are
177177
included in the search response. Thus, if you hit the `search.max_buckets`

0 commit comments

Comments
 (0)