Skip to content

Commit

Permalink
[DOCS] Removes ML content from index.asciidoc files (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jul 7, 2020
1 parent 9571d6c commit 1e871a1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 49 deletions.
25 changes: 1 addition & 24 deletions docs/en/stack/ml/anomaly-detection/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
[role="xpack"]
[[xpack-ml]]
= {anomaly-detect-cap}

[partintro]
--
Use {anomaly-detect} to analyze time series data by creating accurate baselines
of normal behavior and identifying anomalous patterns in your dataset. Data is
pulled from {es} for analysis and anomaly results are displayed in {kib}
dashboards.

* <<ml-overview>>
* <<ml-concepts>>
* <<ml-configuration>>
//* <<ml-getting-started>>
* <<ml-api-quickref>>
* <<ootb-ml-jobs>>
* <<ml-functions>>
* <<anomaly-examples>>
* <<ml-limitations>>
//* <<ml-troubleshooting>>


--
include::xpack-ml.asciidoc[]

include::ml-overview.asciidoc[]

Expand Down
24 changes: 24 additions & 0 deletions docs/en/stack/ml/anomaly-detection/xpack-ml.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[role="xpack"]
[[xpack-ml]]
= {anomaly-detect-cap}

[partintro]
--
Use {anomaly-detect} to analyze time series data by creating accurate baselines
of normal behavior and identifying anomalous patterns in your dataset. Data is
pulled from {es} for analysis and anomaly results are displayed in {kib}
dashboards.

* <<ml-overview>>
* <<ml-concepts>>
* <<ml-configuration>>
//* <<ml-getting-started>>
* <<ml-api-quickref>>
* <<ootb-ml-jobs>>
* <<ml-functions>>
* <<anomaly-examples>>
* <<ml-limitations>>
//* <<ml-troubleshooting>>


--
26 changes: 1 addition & 25 deletions docs/en/stack/ml/df-analytics/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
[role="xpack"]
[[ml-dfanalytics]]
= {dfanalytics-cap}
:stem:


[partintro]
--
IMPORTANT: Using {dfanalytics} requires source data to be structured as a two
dimensional "tabular" data structure, in other words a {dataframe}.
{ref}/transforms.html[{transforms-cap}] enable you to create
{dataframes} which can be used as the source for {dfanalytics}.

experimental[]

{dfanalytics-cap} enable you to perform different analyses of your data and
annotate it with the results.

* <<ml-dfa-overview>>
* <<ml-dfa-concepts>>
* <<ml-dfanalytics-apis>>
* <<dfanalytics-examples>>
* <<ml-dfa-limitations>>

--
include::ml-dfanalytics.asciidoc[]

include::ml-dfa-overview.asciidoc[]
include::ml-dfa-phases.asciidoc[leveloffset=+1]
Expand Down
25 changes: 25 additions & 0 deletions docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[role="xpack"]
[[ml-dfanalytics]]
= {dfanalytics-cap}
:stem:


[partintro]
--
IMPORTANT: Using {dfanalytics} requires source data to be structured as a two
dimensional "tabular" data structure, in other words a {dataframe}.
{ref}/transforms.html[{transforms-cap}] enable you to create
{dataframes} which can be used as the source for {dfanalytics}.

experimental[]

{dfanalytics-cap} enable you to perform different analyses of your data and
annotate it with the results.

* <<ml-dfa-overview>>
* <<ml-dfa-concepts>>
* <<ml-dfanalytics-apis>>
* <<dfanalytics-examples>>
* <<ml-dfa-limitations>>

--

0 comments on commit 1e871a1

Please sign in to comment.