mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update ML URLs in doc link service (#123328)
This commit is contained in:
parent
0e112dfbcf
commit
de7d48a55f
3 changed files with 20 additions and 22 deletions
|
@ -47,10 +47,8 @@ pane:
|
|||
[role="screenshot"]
|
||||
image::user/ml/images/ml-job-management.png[Job Management]
|
||||
|
||||
You can use the *Settings* pane to create and edit
|
||||
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-calendars[calendars] and the
|
||||
filters that are used in
|
||||
{ml-docs}/ml-ad-finding-anomalies.html#ml-ad-rules[custom rules]:
|
||||
You can use the *Settings* pane to create and edit calendars and the
|
||||
filters that are used in custom rules:
|
||||
|
||||
[role="screenshot"]
|
||||
image::user/ml/images/ml-settings.png[Calendar Management]
|
||||
|
|
|
@ -350,19 +350,19 @@ export class DocLinksService {
|
|||
anomalyDetection: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-overview.html`,
|
||||
anomalyDetectionJobs: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionConfiguringCategories: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-categories.html`,
|
||||
anomalyDetectionBucketSpan: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-bucket-span`,
|
||||
anomalyDetectionCardinality: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-cardinality`,
|
||||
anomalyDetectionCreateJobs: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-create-job`,
|
||||
anomalyDetectionDetectors: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-detectors`,
|
||||
anomalyDetectionInfluencers: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-influencers`,
|
||||
anomalyDetectionBucketSpan: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionCardinality: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionCreateJobs: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionDetectors: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionInfluencers: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
anomalyDetectionJobResource: `${ELASTICSEARCH_DOCS}ml-put-job.html#ml-put-job-path-parms`,
|
||||
anomalyDetectionJobResourceAnalysisConfig: `${ELASTICSEARCH_DOCS}ml-put-job.html#put-analysisconfig`,
|
||||
anomalyDetectionJobTips: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-job-tips`,
|
||||
anomalyDetectionJobTips: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
alertingRules: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-alerts.html`,
|
||||
anomalyDetectionModelMemoryLimits: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-model-memory-limits`,
|
||||
calendars: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-calendars`,
|
||||
anomalyDetectionModelMemoryLimits: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
calendars: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
classificationEvaluation: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-dfa-classification.html#ml-dfanalytics-classification-evaluation`,
|
||||
customRules: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-rules`,
|
||||
customRules: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html`,
|
||||
customUrls: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-url.html`,
|
||||
dataFrameAnalytics: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-dfanalytics.html`,
|
||||
featureImportance: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-feature-importance.html`,
|
||||
|
|
|
@ -32,7 +32,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'detectors_function_not_empty',
|
||||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
bucketSpan: '15m',
|
||||
|
@ -40,7 +40,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'success_bucket_span',
|
||||
status: 'success',
|
||||
text: 'Format of "15m" is valid and passed validation checks.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-bucket-span',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
heading: 'Time range',
|
||||
|
@ -53,7 +53,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'success_mml',
|
||||
status: 'success',
|
||||
text: 'Valid and within the estimated model memory limit.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-model-memory-limits',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
@ -71,7 +71,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'detectors_function_not_empty',
|
||||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
bucketSpan: '15m',
|
||||
|
@ -103,7 +103,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'detectors_function_not_empty',
|
||||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
id: 'cardinality_model_plot_high',
|
||||
|
@ -115,14 +115,14 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'cardinality_partition_field',
|
||||
status: 'warning',
|
||||
text: 'Cardinality of partition_field "order_id" is above 1000 and might result in high memory usage.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-cardinality',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
heading: 'Bucket span',
|
||||
id: 'bucket_span_high',
|
||||
status: 'info',
|
||||
text: 'Bucket span is 1 day or more. Be aware that days are considered as UTC days, not local days.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-bucket-span',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
bucketSpanCompareFactor: 25,
|
||||
|
@ -136,14 +136,14 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
id: 'success_influencers',
|
||||
status: 'success',
|
||||
text: 'Influencer configuration passed the validation checks.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-influencers',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
id: 'half_estimated_mml_greater_than_mml',
|
||||
mml: '1MB',
|
||||
status: 'warning',
|
||||
text: 'The specified model memory limit is less than half of the estimated model memory limit and will likely hit the hard limit.',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-model-memory-limits',
|
||||
url: 'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html',
|
||||
},
|
||||
{
|
||||
id: 'missing_summary_count_field_name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue