mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Updates URLs in documentation link service (#105011)
This commit is contained in:
parent
f578548ca1
commit
d5c5fb732d
4 changed files with 26 additions and 24 deletions
|
@ -82,9 +82,10 @@ connectors>> for triggering actions.
|
|||
| Monitor the generation of reports—PDF, PNG, and CSV—and download reports that you previously generated.
|
||||
A report can contain a dashboard, visualization, saved search, or Canvas workpad.
|
||||
|
||||
| {ml-docs}/ml-jobs.html[Machine Learning Jobs]
|
||||
| View your {anomaly-jobs} and {dfanalytics-jobs}. Open the Single Metric
|
||||
Viewer or Anomaly Explorer to see your {ml} results.
|
||||
| Machine Learning Jobs
|
||||
| View your <<xpack-ml-anomalies,{anomaly-detect}>> and
|
||||
<<xpack-ml-dfanalytics,{dfanalytics}>> jobs. Open the Single Metric
|
||||
Viewer or Anomaly Explorer to see your {anomaly-detect} results.
|
||||
|
||||
| <<watcher-ui, Watcher>>
|
||||
| Detect changes in your data by creating, managing, and monitoring alerts.
|
||||
|
|
|
@ -48,8 +48,9 @@ pane:
|
|||
image::user/ml/images/ml-job-management.png[Job Management]
|
||||
|
||||
You can use the *Settings* pane to create and edit
|
||||
{ml-docs}/ml-calendars.html[calendars] and the filters that are used in
|
||||
{ml-docs}/ml-rules.html[custom rules]:
|
||||
{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]:
|
||||
|
||||
[role="screenshot"]
|
||||
image::user/ml/images/ml-settings.png[Calendar Management]
|
||||
|
|
|
@ -232,20 +232,20 @@ export class DocLinksService {
|
|||
guide: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/index.html`,
|
||||
aggregations: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-configuring-aggregation.html`,
|
||||
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-jobs.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}/create-jobs.html#bucket-span`,
|
||||
anomalyDetectionCardinality: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/create-jobs.html#cardinality`,
|
||||
anomalyDetectionCreateJobs: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/create-jobs.html`,
|
||||
anomalyDetectionDetectors: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/create-jobs.html#detectors`,
|
||||
anomalyDetectionInfluencers: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-influencers.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`,
|
||||
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}/create-jobs.html#job-tips`,
|
||||
anomalyDetectionModelMemoryLimits: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/create-jobs.html#model-memory-limits`,
|
||||
calendars: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-calendars.html`,
|
||||
anomalyDetectionJobTips: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-job-tips`,
|
||||
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`,
|
||||
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-rules.html`,
|
||||
customRules: `${ELASTIC_WEBSITE_URL}guide/en/machine-learning/${DOC_LINK_VERSION}/ml-ad-finding-anomalies.html#ml-ad-rules`,
|
||||
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`,
|
||||
|
|
|
@ -35,7 +35,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/create-jobs.html#detectors',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
},
|
||||
{
|
||||
bucketSpan: '15m',
|
||||
|
@ -44,7 +44,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Format of "15m" is valid and passed validation checks.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/create-jobs.html#bucket-span',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-bucket-span',
|
||||
},
|
||||
{
|
||||
heading: 'Time range',
|
||||
|
@ -58,7 +58,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Valid and within the estimated model memory limit.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/create-jobs.html#model-memory-limits',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-model-memory-limits',
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
@ -79,7 +79,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/create-jobs.html#detectors',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
},
|
||||
{
|
||||
bucketSpan: '15m',
|
||||
|
@ -116,7 +116,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Presence of detector functions validated in all detectors.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/create-jobs.html#detectors',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-detectors',
|
||||
},
|
||||
{
|
||||
id: 'cardinality_model_plot_high',
|
||||
|
@ -131,7 +131,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
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/create-jobs.html#cardinality',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-cardinality',
|
||||
},
|
||||
{
|
||||
heading: 'Bucket span',
|
||||
|
@ -140,7 +140,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
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/create-jobs.html#bucket-span',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-bucket-span',
|
||||
},
|
||||
{
|
||||
bucketSpanCompareFactor: 25,
|
||||
|
@ -156,7 +156,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
status: 'success',
|
||||
text: 'Influencer configuration passed the validation checks.',
|
||||
url:
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-influencers.html',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-influencers',
|
||||
},
|
||||
{
|
||||
id: 'half_estimated_mml_greater_than_mml',
|
||||
|
@ -165,7 +165,7 @@ describe('Constants: Messages parseMessages()', () => {
|
|||
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/create-jobs.html#model-memory-limits',
|
||||
'https://www.elastic.co/guide/en/machine-learning/mocked-test-branch/ml-ad-finding-anomalies.html#ml-ad-model-memory-limits',
|
||||
},
|
||||
{
|
||||
id: 'missing_summary_count_field_name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue