[DOCS] Adjusts log rate analysis docs (#185008)

## Summary

This PR slightly adjusts the Log rate analysis docs to:

* separate the conceptual info more distinctively from the Kibana
relevant parts,
* highlight that the component is embedded in other UIs.
This commit is contained in:
István Zoltán Szabó 2024-06-12 11:19:14 +02:00 committed by GitHub
parent 74738c0231
commit 3ae7ba5ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,35 +148,27 @@ advanced statistical methods to help you interpret your data and its behavior.
[[log-rate-analysis]] [[log-rate-analysis]]
=== Log rate analysis === Log rate analysis
Log rate analysis is a feature that uses advanced statistical methods to Log rate analysis uses advanced statistical methods to identify reasons for increases or decreases in log rates and displays the statistically significant data in a tabular format.
identify reasons for increases or decreases in log rates. It makes it easy to It makes it easy to find and investigate causes of unusual spikes or drops by using the analysis workflow view.
find and investigate causes of unusual spikes or drops by using the analysis Examine the histogram chart of the log rates for a given {data-source}, and find the reason behind a particular change possibly in millions of log events across multiple fields and values.
workflow view. Examine the histogram chart of the log rates for a given
{data-source}, and find the reason behind a particular change possibly in
millions of log events across multiple fields and values.
You can find log rate analysis under **{ml-app}** > **AIOps Labs** where You can find log rate analysis embedded in multiple applications.
you can select the {data-source} or saved search that you want to analyze. In {kib}, you can find it under **{ml-app}** > **AIOps Labs** where you can select the {data-source} or saved search that you want to analyze.
[role="screenshot"] [role="screenshot"]
image::user/ml/images/ml-log-rate-analysis-before.png[Log event histogram chart] image::user/ml/images/ml-log-rate-analysis-before.png[Log event histogram chart]
Select a spike or drop in the log event histogram chart to start the analysis. It Select a spike or drop in the log event histogram chart to start the analysis.
identifies statistically significant field-value combinations that contribute to It identifies statistically significant field-value combinations that contribute to the spike or drop and displays them in a table.
the spike or drop and displays them in a table. You can optionally choose to summarize You can optionally choose to summarize the results into groups.
the results into groups. The table also shows an indicator of the level of The table also shows an indicator of the level of impact and a sparkline showing the shape of the impact in the chart.
impact and a sparkline showing the shape of the impact in the chart. Hovering Hovering over a row displays the impact on the histogram chart in more detail.
over a row displays the impact on the histogram chart in more detail. You can You can 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.
inspect a field in **Discover**, further investigate in **Log pattern analysis**, You can also pin a table row by clicking on it then move the cursor to the histogram chart.
or copy the table row information as a query filter to the clipboard by It displays a tooltip with exact count values for the pinned field which enables closer investigation.
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.
It displays a tooltip with exact count values for the pinned field which enables
closer investigation.
Brushes in the chart show the baseline time range and the deviation in the Brushes in the chart show the baseline time range and the deviation in the analyzed data.
analyzed data. You can move the brushes to redefine both the baseline and the You can move the brushes to redefine both the baseline and the deviation and rerun the analysis with the modified values.
deviation and rerun the analysis with the modified values.
[role="screenshot"] [role="screenshot"]
image::user/ml/images/ml-log-rate-analysis.png[Log rate spike explained] image::user/ml/images/ml-log-rate-analysis.png[Log rate spike explained]