From 3b2dd0b342b18754a1a1f0f1e9a821f53978088b Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 7 Jul 2020 15:05:01 -0700 Subject: [PATCH] [DOCS] Removes ML content from index.asciidoc files (#1261) --- .../stack/ml/anomaly-detection/index.asciidoc | 25 +----------------- .../ml/anomaly-detection/xpack-ml.asciidoc | 24 +++++++++++++++++ docs/en/stack/ml/df-analytics/index.asciidoc | 26 +------------------ .../ml/df-analytics/ml-dfanalytics.asciidoc | 25 ++++++++++++++++++ 4 files changed, 51 insertions(+), 49 deletions(-) create mode 100644 docs/en/stack/ml/anomaly-detection/xpack-ml.asciidoc create mode 100644 docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc diff --git a/docs/en/stack/ml/anomaly-detection/index.asciidoc b/docs/en/stack/ml/anomaly-detection/index.asciidoc index e6d8434c6..6b6bda1a8 100644 --- a/docs/en/stack/ml/anomaly-detection/index.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/index.asciidoc @@ -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. - -* <> -* <> -* <> -//* <> -* <> -* <> -* <> -* <> -* <> -//* <> - - --- +include::xpack-ml.asciidoc[] include::ml-overview.asciidoc[] diff --git a/docs/en/stack/ml/anomaly-detection/xpack-ml.asciidoc b/docs/en/stack/ml/anomaly-detection/xpack-ml.asciidoc new file mode 100644 index 000000000..fed1cf73e --- /dev/null +++ b/docs/en/stack/ml/anomaly-detection/xpack-ml.asciidoc @@ -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. + +* <> +* <> +* <> +//* <> +* <> +* <> +* <> +* <> +* <> +//* <> + + +-- \ No newline at end of file diff --git a/docs/en/stack/ml/df-analytics/index.asciidoc b/docs/en/stack/ml/df-analytics/index.asciidoc index 4985edcb8..56b86fa49 100644 --- a/docs/en/stack/ml/df-analytics/index.asciidoc +++ b/docs/en/stack/ml/df-analytics/index.asciidoc @@ -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. - -* <> -* <> -* <> -* <> -* <> - --- +include::ml-dfanalytics.asciidoc[] include::ml-dfa-overview.asciidoc[] include::ml-dfa-phases.asciidoc[leveloffset=+1] diff --git a/docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc b/docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc new file mode 100644 index 000000000..0d5d2d758 --- /dev/null +++ b/docs/en/stack/ml/df-analytics/ml-dfanalytics.asciidoc @@ -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. + +* <> +* <> +* <> +* <> +* <> + +-- \ No newline at end of file