mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[DOCS] Fix typo in AIOps Labs (#159045)](https://github.com/elastic/kibana/pull/159045) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-06-05T21:52:44Z","message":"[DOCS] Fix typo in AIOps Labs (#159045)","sha":"bfdb4e1d686c9784775ef7679a3949337511762c","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","docs","backport:prev-minor","v8.9.0"],"number":159045,"url":"https://github.com/elastic/kibana/pull/159045","mergeCommit":{"message":"[DOCS] Fix typo in AIOps Labs (#159045)","sha":"bfdb4e1d686c9784775ef7679a3949337511762c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159045","number":159045,"mergeCommit":{"message":"[DOCS] Fix typo in AIOps Labs (#159045)","sha":"bfdb4e1d686c9784775ef7679a3949337511762c"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
0fda51d5cd
commit
7442e67795
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
[role="xpack"]
|
||||
[[xpack-ml]]
|
||||
= {ml-cap}
|
||||
:frontmatter-tags-products: [ml]
|
||||
:frontmatter-tags-content-type: [overview]
|
||||
:frontmatter-tags-user-goals: [analyze]
|
||||
|
||||
[partintro]
|
||||
--
|
||||
|
@ -33,6 +35,9 @@ information, refer to {ml-docs}/ml-limitations.html[{ml-cap}].
|
|||
|
||||
[[xpack-ml-anomalies]]
|
||||
== {anomaly-detect-cap}
|
||||
:frontmatter-tags-products: [ml]
|
||||
:frontmatter-tags-content-type: [overview]
|
||||
:frontmatter-tags-user-goals: [analyze]
|
||||
|
||||
The Elastic {ml} {anomaly-detect} feature automatically models the normal
|
||||
behavior of your time series data — learning trends, periodicity, and more — in
|
||||
|
@ -84,6 +89,9 @@ and {ml-docs}/ml-ad-overview.html[{ml-cap} {anomaly-detect}].
|
|||
|
||||
[[xpack-ml-dfanalytics]]
|
||||
== {dfanalytics-cap}
|
||||
:frontmatter-tags-products: [ml]
|
||||
:frontmatter-tags-content-type: [overview]
|
||||
:frontmatter-tags-user-goals: [analyze]
|
||||
|
||||
The Elastic {ml} {dfanalytics} feature enables you to analyze your data using
|
||||
{classification}, {oldetection}, and {regression} algorithms and generate new
|
||||
|
@ -101,6 +109,9 @@ For more information about the {dfanalytics} feature, see
|
|||
|
||||
[[xpack-ml-aiops]]
|
||||
== AIOps Labs
|
||||
:frontmatter-tags-products: [ml]
|
||||
:frontmatter-tags-content-type: [overview]
|
||||
:frontmatter-tags-user-goals: [analyze]
|
||||
|
||||
AIOps Labs is a part of {ml-app} in {kib} which provides features that use
|
||||
advanced statistical methods to help you interpret your data and its behavior.
|
||||
|
@ -130,7 +141,7 @@ the spike and displays them in a table. You can optionally choose to summarize
|
|||
the results into groups. The table also shows an indicator of the level of
|
||||
impact and a sparkline showing the shape of the impact in the chart. Hovering
|
||||
over a row displays the impact on the histogram chart in more detail. You can
|
||||
inspect a field in **Discover**, further investiage in **Log pattern analysis**,
|
||||
inspect a field in **Discover**, further investigate in **Log pattern analysis**,
|
||||
or copy the table row information as a query filter to the clipboard by
|
||||
selecting the corresponding option under the **Actions** column. You can also
|
||||
pin a table row by clicking on it then move the cursor to the histogram chart.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue