mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-31 12:28:51 +00:00
[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-aggregation>>
|
||||||
* <<ml-configuring-categories>>
|
* <<ml-configuring-categories>>
|
||||||
|
* <<ml-configuring-pop>>
|
||||||
|
|
||||||
include::aggregations.asciidoc[]
|
include::aggregations.asciidoc[]
|
||||||
include::categories.asciidoc[]
|
include::categories.asciidoc[]
|
||||||
|
@ -193,8 +193,10 @@ NOTE: The `field_name` cannot contain double quotes or backslashes.
|
|||||||
|
|
||||||
`over_field_name`::
|
`over_field_name`::
|
||||||
(string) The field used to split the data.
|
(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.
|
In particular, this property is used for analyzing the splits with respect to
|
||||||
It is used for finding unusual values in the population of all splits.
|
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`::
|
`partition_field_name`::
|
||||||
(string) The field used to segment the analysis.
|
(string) The field used to segment the analysis.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user