[DOCS] Add links to population analysis
Original commit: elastic/x-pack-elasticsearch@52e1cd36e2
This commit is contained in:
parent
527b789e6f
commit
431118b123
|
@ -30,6 +30,7 @@ The scenarios in this section describe some best practices for generating useful
|
|||
|
||||
* <<ml-configuring-aggregation>>
|
||||
* <<ml-configuring-categories>>
|
||||
* <<ml-configuring-pop>>
|
||||
|
||||
include::aggregations.asciidoc[]
|
||||
include::categories.asciidoc[]
|
||||
|
|
|
@ -193,8 +193,10 @@ NOTE: The `field_name` cannot contain double quotes or backslashes.
|
|||
|
||||
`over_field_name`::
|
||||
(string) The field used to split the data.
|
||||
In particular, this property is used for analyzing the splits with respect to the history of all splits.
|
||||
It is used for finding unusual values in the population of all splits.
|
||||
In particular, this property is used for analyzing the splits with respect to
|
||||
the history of all splits. It is used for finding unusual values in the
|
||||
population of all splits. For more information, see
|
||||
{xpack-ref}/ml-configuring-pop.html[Performing Population Analysis].
|
||||
|
||||
`partition_field_name`::
|
||||
(string) The field used to segment the analysis.
|
||||
|
|
Loading…
Reference in New Issue