Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] [ML] AIOps: Log Rate Analysis embeddable (#197943) #198963

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

## Summary

Follow up to elastic#192167 (rebase/push gone wrong)

<img width="1920" alt="image"
src="https://github.com/user-attachments/assets/0ee12b65-0bff-4a02-805d-adab1be2a52a">

- [x] Let's users create a Log Rate Analysis panel using the "Add Panel"
button when editing dashboards.
- [x] Retains functionality of links in results table to Discover and
Pattern Analysis.
[41b4337](elastic@41b4337)
- [x] Create `Logs AIOps` section in Add Panel menu.
- [x] Brushes not working with multiple panels fixed in
[75ca4ca](elastic@75ca4ca).
The reason was the `DualBrush` component used hard coded html ids.
- [x] Panel now updates when data view is changed in options flyout,
fixed in
[2b58567](elastic@2b58567).
- [x] When the user selects a data view without time field, we now show
the same warning as used for pattern analysis and the apply button gets
disabled, fixed in
[a01975d](elastic@a01975d).
- [x] Pass on and use global search/filters to embeddable.
[2c24dbd](elastic@2c24dbd)
- [x] Moving labels
[26cd1a5](elastic@26cd1a5)
- [x] No results after time range update
[632b711](elastic@632b711)

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit 6b77e05)
@kibanamachine kibanamachine merged commit 7f99b24 into elastic:8.x Nov 5, 2024
25 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
aiops 584 636 +52

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiops 552.8KB 590.1KB +37.3KB
dataVisualizer 616.0KB 616.0KB -23.0B
ml 4.5MB 4.5MB +31.0B
transform 478.3KB 478.3KB +9.0B
total +37.4KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
aiops 7.9KB 8.4KB +438.0B
Unknown metric groups

async chunk count

id before after diff
aiops 30 34 +4

ESLint disabled line counts

id before after diff
@kbn/aiops-log-rate-analysis 0 2 +2
aiops 38 40 +2
total +4

Total ESLint disabled count

id before after diff
@kbn/aiops-log-rate-analysis 0 2 +2
aiops 38 40 +2
total +4

cc @walterra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants