Skip to content

Commit 29d8bf1

Browse files
authored
[7.1][DOCS] Removes ML content from Stack Overview (#780)
1 parent b4a8ff6 commit 29d8bf1

File tree

7 files changed

+277
-33
lines changed

7 files changed

+277
-33
lines changed

docs/60_upgrade_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@
861861
[[Upgrade Elasticsearch for Hadoop to 5.6.|https://www.elastic.co/guide/en/elasticsearch/hadoop/5.6/install.html]]\
862862
&lt;&lt;endif&gt;&gt;\</tw-passagedata><tw-passagedata pid="12" name="rolling-upgrade-60" tags="" position="1401,476">!!!Upgrade to 6.3
863863
&lt;&lt;if $xpack_ml&gt;&gt;\
864-
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/elastic-stack-overview/6.3/stopping-ml.html]]
864+
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/machine-learning/6.3/stopping-ml.html]]
865865
&lt;&lt;endif&gt;&gt;\
866866
&lt;&lt;if $hadoop&gt;&gt;\
867867
&lt;span class=&quot;pseudo-link&quot;&gt;Disable ingestion from Hadoop while you upgrade the stack.&lt;/span&gt;

docs/en/getting-started/get-started-stack.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ laptop.
2121
IMPORTANT: Implementing security is a critical step in setting up the {stack}.
2222
To get up and running quickly with a sample installation, you skip those steps
2323
right now. Before sending sensitive data across the network, make sure you
24-
{stack-ov}/elasticsearch-security.html[secure the {stack}] and enable
25-
{stack-ov}/encrypting-communications.html[encrypted communications].
24+
{ref}/elasticsearch-security.html[secure the {stack}] and enable
25+
{ref}/encrypting-communications.html[encrypted communications].
2626

2727
[float]
2828
[[install-prereqs]]
@@ -1020,7 +1020,7 @@ Next, you'll want to set up the {stack} {security-features} and activate your
10201020
trial license so you can unlock the full capabilities of the {stack}. To learn
10211021
how, read:
10221022

1023-
* {stack-ov}/elasticsearch-security.html[Securing the {stack}]
1023+
* {ref}/elasticsearch-security.html[Securing the {stack}]
10241024
* {stack-ov}/license-management.html[License Management]
10251025

10261026
Want to get up and running quickly with infrastructure metrics monitoring and

docs/en/stack/index.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1717

1818
include::introduction.asciidoc[]
1919

20-
include::ml/anomaly-detection/index.asciidoc[]
21-
2220
include::troubleshooting.asciidoc[]
2321

24-
include::limitations.asciidoc[]
25-
2622
include::license.asciidoc[]
2723

2824
include::redirects.asciidoc[]

docs/en/stack/limitations.asciidoc

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/en/stack/ml/anomaly-detection/job-tips.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ field to use. For more information, see <<ml-configuring-pop>>.
4646
Each job must have one or more _detectors_. A detector applies an analytical
4747
function to specific fields in your data. If your job does not contain a
4848
detector or the detector does not contain a
49-
{stack-ov}/ml-functions.html[valid function], you receive an error.
49+
<<ml-functions,valid function>>, you receive an error.
5050

5151
If a job contains duplicate detectors, you also receive an error. Detectors are
5252
duplicates if they have the same `function`, `field_name`, `by_field_name`,

docs/en/stack/redirects.asciidoc

Lines changed: 272 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,4 +864,275 @@ See {ref}/remote-recovery.html[Remote recovery].
864864
[role="exclude",id="ccr-upgrading"]
865865
=== Upgrading clusters
866866

867-
See {ref}/ccr-upgrading.html[Upgrading clusters].
867+
See {ref}/ccr-upgrading.html[Upgrading clusters].
868+
869+
[role="exclude",id="xpack-ml"]
870+
=== Machine learning anomaly detection
871+
872+
This page has moved.
873+
See {ml-docs}/xpack-ml.html[Machine learning {anomaly-detect}].
874+
875+
[role="exclude",id="ml-overview"]
876+
=== Overview
877+
878+
This page has moved.
879+
[[ml-forecasting]]
880+
See {ml-docs}/ml-overview.html[Overview].
881+
882+
[role="exclude",id="ml-jobs"]
883+
=== Anomaly detection jobs
884+
885+
This page has moved.
886+
See {ml-docs}/ml-jobs.html[{anomaly-jobs-cap}].
887+
888+
[role="exclude",id="ml-dfeeds"]
889+
=== Datafeeds
890+
891+
This page has moved.
892+
See {ml-docs}/ml-dfeeds.html[Datafeeds].
893+
894+
[role="exclude",id="ml-buckets"]
895+
=== Buckets
896+
897+
This page has moved.
898+
See {ml-docs}/ml-buckets.html[Buckets].
899+
900+
[role="exclude",id="ml-calendars"]
901+
=== Calendars and scheduled events
902+
903+
This page has moved.
904+
See {ml-docs}/ml-calendars.html[Calendars and scheduled events].
905+
906+
[role="exclude",id="ml-rules"]
907+
=== Custom rules
908+
909+
This page has moved.
910+
See {ml-docs}/ml-rules.html[Custom rules].
911+
912+
[role="exclude",id="ml-nodes"]
913+
=== Machine learning nodes
914+
915+
This page has moved.
916+
See {ml-docs}/ml-nodes.html[{ml-cap} nodes].
917+
918+
[role="exclude",id="create-jobs"]
919+
=== Creating anomaly detection jobs
920+
921+
This page has moved.
922+
See {ml-docs}/create-jobs.html[Creating anomaly detection jobs].
923+
924+
[role="exclude",id="job-tips"]
925+
=== Machine learning job tips
926+
927+
This page has moved.
928+
See {ml-docs}/job-tips.html[Machine learning job tips].
929+
930+
[role="exclude",id="ml-getting-started"]
931+
=== Tutorial: Getting started with machine learning
932+
933+
This page has moved.
934+
See {ml-docs}/ml-getting-started.html[Tutorial: Getting started with {ml}].
935+
936+
[role="exclude",id="ml-gs-data"]
937+
=== Identifying data for analysis
938+
939+
This page has moved.
940+
See {ml-docs}/ml-gs-data.html[Identifying data for analysis].
941+
942+
[role="exclude",id="ml-gs-wizards"]
943+
=== Creating jobs in Kibana
944+
945+
This page has moved.
946+
See {ml-docs}/ml-gs-wizards.html[Creating jobs in {kib}].
947+
948+
[role="exclude",id="ml-gs-jobs"]
949+
=== Creating single metric jobs
950+
951+
This page has moved.
952+
See {ml-docs}/ml-gs-jobs.html[Creating single metric jobs].
953+
954+
[role="exclude",id="ml-gs-job1-manage"]
955+
=== Managing jobs
956+
957+
This page has moved.
958+
See {ml-docs}/ml-gs-job1-manage.html[Managing jobs].
959+
960+
[role="exclude",id="ml-gs-job1-analyze"]
961+
=== Exploring single metric job results
962+
963+
This page has moved.
964+
See {ml-docs}/ml-gs-job1-analyze.html[Exploring single metric job results].
965+
966+
[role="exclude",id="ml-gs-multi-jobs"]
967+
=== Creating multi-metric jobs
968+
969+
This page has moved.
970+
See {ml-docs}/ml-gs-multi-jobs.html[Creating multi-metric jobs].
971+
972+
[role="exclude",id="ml-gs-job2-analyze"]
973+
=== Exploring multi-metric job results
974+
975+
This page has moved.
976+
See {ml-docs}/ml-gs-job2-analyze.html[Exploring multi-metric job results].
977+
978+
[role="exclude",id="ml-gs-forecast"]
979+
=== Creating forecasts
980+
981+
This page has moved.
982+
See {ml-docs}/ml-gs-forecast.html[Creating forecasts].
983+
984+
[role="exclude",id="ml-gs-next"]
985+
=== Next steps
986+
987+
This page has moved.
988+
See {ml-docs}/ml-gs-next.html[Next steps].
989+
990+
[role="exclude",id="ml-configuring"]
991+
=== Configuring machine learning
992+
993+
This page has moved.
994+
See {ml-docs}/ml-configuring.html[Configuring {ml}].
995+
996+
[role="exclude",id="ml-configuring-url"]
997+
=== Adding custom URLs to machine learning results
998+
999+
This page has moved.
1000+
See {ml-docs}/ml-configuring-url.html[Adding custom URLs to {ml} results].
1001+
1002+
[role="exclude",id="ml-configuring-aggregation"]
1003+
=== Aggregating data for faster performance
1004+
1005+
This page has moved.
1006+
See {ml-docs}/ml-configuring-aggregation.html[Aggregating data for faster performance].
1007+
1008+
[role="exclude",id="ml-configuring-detector-custom-rules"]
1009+
=== Customizing detectors with custom rules
1010+
1011+
This page has moved.
1012+
See {ml-docs}/ml-configuring-detector-custom-rules.html[Customizing detectors with custom rules].
1013+
1014+
[role="exclude",id="ml-configuring-categories"]
1015+
=== Categorizing log messages
1016+
1017+
This page has moved.
1018+
See {ml-docs}/ml-configuring-categories.html[Categorizing log messages].
1019+
1020+
[role="exclude",id="ml-configuring-pop"]
1021+
=== Performing population analysis
1022+
1023+
This page has moved.
1024+
See {ml-docs}/ml-configuring-pop.html[Performing population analysis].
1025+
1026+
[role="exclude",id="ml-configuring-transform"]
1027+
=== Transforming data with script fields
1028+
1029+
This page has moved.
1030+
/See {ml-docs}/ml-configuring-transform.html[Transforming data with script fields].
1031+
1032+
[role="exclude",id="ml-delayed-data-detection"]
1033+
=== Handling delayed data
1034+
1035+
This page has moved.
1036+
See {ml-docs}/ml-delayed-data-detection.html[Handling delayed data].
1037+
1038+
[role="exclude",id="stopping-ml"]
1039+
=== Stop machine learning anomaly detection
1040+
1041+
This page has moved.
1042+
See {ml-docs}/stopping-ml.html[Stop {ml} {anomaly-detect}].
1043+
1044+
[role="exclude",id="ml-api-quickref"]
1045+
=== API quick reference
1046+
1047+
This page has moved.
1048+
See {ml-docs}/ml-api-quickref.html[API quick reference].
1049+
1050+
[role="exclude",id="ml-functions"]
1051+
=== Function reference
1052+
1053+
This page has moved.
1054+
See {ml-docs}/ml-functions.html[Function reference].
1055+
1056+
[role="exclude",id="ml-count-functions"]
1057+
=== Count functions
1058+
1059+
This page has moved.
1060+
See {ml-docs}/ml-count-functions.html[Count functions].
1061+
1062+
[role="exclude",id="ml-geo-functions"]
1063+
=== Geographic functions
1064+
1065+
This page has moved.
1066+
See {ml-docs}/ml-geo-functions.html[Geographic functions].
1067+
1068+
[role="exclude",id="ml-info-functions"]
1069+
=== Information content functions
1070+
1071+
This page has moved.
1072+
See {ml-docs}/ml-info-functions.html[Information content functions].
1073+
1074+
[role="exclude",id="ml-metric-functions"]
1075+
=== Metric functions
1076+
1077+
This page has moved.
1078+
See {ml-docs}/ml-metric-functions.html[Metric functions].
1079+
1080+
[role="exclude",id="ml-rare-functions"]
1081+
=== Rare functions
1082+
1083+
This page has moved.
1084+
See {ml-docs}/ml-rare-functions.html[Rare functions].
1085+
1086+
[role="exclude",id="ml-sum-functions"]
1087+
=== Sum functions
1088+
1089+
This page has moved.
1090+
See {ml-docs}/ml-sum-functions.html[Sum functions].
1091+
1092+
[role="exclude",id="ml-time-functions"]
1093+
=== Time functions
1094+
1095+
This page has moved.
1096+
See {ml-docs}/ml-time-functions.html[Time functions].
1097+
1098+
[role="exclude",id="ml-troubleshooting"]
1099+
=== Troubleshooting machine learning anomaly detection
1100+
1101+
This page has moved.
1102+
See {ml-docs}/ml-troubleshooting.html[Troubleshooting machine learning anomaly detection].
1103+
1104+
[role="exclude",id="ml-rollingupgrade"]
1105+
=== Machine learning features unavailable after rolling upgrade
1106+
1107+
This page has moved.
1108+
See {ml-docs}/ml-rollingupgrade.html[{ml-cap} features unavailable after rolling upgrade].
1109+
1110+
[role="exclude",id="ml-mappingclash"]
1111+
=== Job creation failure due to mapping clash
1112+
1113+
This page has moved.
1114+
See {ml-docs}/ml-mappingclash.html[Job creation failure due to mapping clash].
1115+
1116+
[role="exclude",id="ml-jobnames"]
1117+
=== Kibana cannot display jobs with invalid characters in their name
1118+
1119+
This page has moved.
1120+
See {ml-docs}/ml-jobnames.html[Kibana cannot display jobs with invalid characters in their name].
1121+
1122+
[role="exclude",id="ml-upgradedf"]
1123+
=== Upgraded nodes fail to start due to datafeed issues
1124+
1125+
This page has moved.
1126+
See {ml-docs}/ml-upgradedf.html[Upgraded nodes fail to start due to datafeed issues].
1127+
1128+
[role="exclude",id="ml-limitations"]
1129+
=== Machine learning anomaly detection limitations
1130+
1131+
This page has moved.
1132+
See {ml-docs}/ml-limitations.html[{ml-cap} {anomaly-detect} limitations].
1133+
1134+
[role="exclude",id="limitations"]
1135+
=== Limitations
1136+
1137+
This page has moved.
1138+
See {ml-docs}/ml-limitations.html[{ml-cap} {anomaly-detect} limitations].

docs/en/stack/troubleshooting.asciidoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Having trouble? Here are solutions to common problems you might encounter.
77

88
* <<help>>
99

10-
* <<ml-troubleshooting>>
11-
1210
--
1311

1412
[[help]]
@@ -29,4 +27,3 @@ GET /_xpack
2927
--------------------------------------------------
3028
// CONSOLE
3129

32-
include::ml/anomaly-detection/troubleshooting.asciidoc[]

0 commit comments

Comments
 (0)