[DOCS] Add links to population analysis

Original commit: elastic/x-pack-elasticsearch@52e1cd36e2
This commit is contained in:
lcawley 2017-06-23 11:10:46 -07:00
parent 527b789e6f
commit 431118b123
2 changed files with 5 additions and 2 deletions

View File

@ -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[]

View File

@ -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.