mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[DOCS] Create landing page for ML functions (elastic/x-pack-elasticsearch#1640)
Original commit: elastic/x-pack-elasticsearch@06c7c22e69
This commit is contained in:
parent
17d75acb7a
commit
2fd3526203
@ -1,6 +1,5 @@
|
||||
[float]
|
||||
[[ml-functions]]
|
||||
=== Analytical Functions
|
||||
== Function Reference
|
||||
|
||||
The {xpackml} features include analysis functions that provide a wide variety of
|
||||
flexible ways to analyze data for anomalies.
|
||||
@ -69,3 +68,11 @@ The table below provides a high-level summary of the analytical functions provid
|
||||
* <<ml-rare-functions>>
|
||||
* <<ml-sum-functions>>
|
||||
* <<ml-time-functions>>
|
||||
|
||||
include::functions/count.asciidoc[]
|
||||
include::functions/geo.asciidoc[]
|
||||
include::functions/info.asciidoc[]
|
||||
include::functions/metric.asciidoc[]
|
||||
include::functions/rare.asciidoc[]
|
||||
include::functions/sum.asciidoc[]
|
||||
include::functions/time.asciidoc[]
|
||||
|
@ -33,3 +33,4 @@ include::configuring.asciidoc[]
|
||||
// include::ml-scenarios.asciidoc[]
|
||||
include::api-quickref.asciidoc[]
|
||||
//include::troubleshooting.asciidoc[] Referenced from x-pack/docs/public/xpack-troubleshooting.asciidoc
|
||||
include::functions.asciidoc[]
|
||||
|
@ -54,12 +54,8 @@ service API requests but it cannot run jobs. If you want to use {xpackml}
|
||||
features, there must be at least one {ml} node in your cluster. For more
|
||||
information about this setting, see <<ml-settings>>.
|
||||
|
||||
include::functions.asciidoc[]
|
||||
[float]
|
||||
[[ml-function-overview]]
|
||||
=== Analytical functions
|
||||
|
||||
include::functions/count.asciidoc[]
|
||||
include::functions/geo.asciidoc[]
|
||||
include::functions/info.asciidoc[]
|
||||
include::functions/metric.asciidoc[]
|
||||
include::functions/rare.asciidoc[]
|
||||
include::functions/sum.asciidoc[]
|
||||
include::functions/time.asciidoc[]
|
||||
See <<ml-functions>>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user