-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] Change point detection enhancements #145703
Labels
enhancement
New value added to drive a business result
Feature:ML/AIOps
ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis
:ml
Team:ML
Team label for ML (also use :ml)
v8.7.0
Comments
Pinging @elastic/ml-ui (:ml) |
peteharverson
added
v8.7.0
Feature:ML/AIOps
ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis
enhancement
New value added to drive a business result
Team:ML
Team label for ML (also use :ml)
labels
Nov 18, 2022
7 tasks
darnautov
added a commit
that referenced
this issue
Feb 7, 2023
## Summary Part of #145703, adding enhancements to the new Change Point Detection page for technical preview under the AIOps Labs section in the ML plugin. <img width="1406" alt="image" src="https://user-images.githubusercontent.com/5236598/217035513-86325cd9-17a9-46ed-8aea-77585038a427.png"> - Use the data bounds mode for the Y-axis - Add a cardinality check for the split field with a hard limit of 10,000 - Show series labels above charts - Replace fields `select` controls with the `EuiComboBox` - Add a filter for change point type - Display aggregation interval - Add a docs link to the Change Point Aggregation - Make split field optional ### Checklist - [ ] 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) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [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] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [x] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Feb 14, 2023
…elastic#151022) ## Summary Follow-up for elastic#150308 Resolves elastic#145703 Allows splitting by field of `ip` type for Change point detection (cherry picked from commit 12efa35)
kibanamachine
referenced
this issue
Feb 14, 2023
…ection (#151022) (#151144) # Backport This will backport the following commits from `main` to `8.7`: - [[ML] Allow splitting by field of `ip` type for Change point detection (#151022)](#151022) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-02-14T14:33:55Z","message":"[ML] Allow splitting by field of `ip` type for Change point detection (#151022)\n\n## Summary\r\n\r\nFollow-up for https://github.com/elastic/kibana/pull/150308\r\n\r\nResolves https://github.com/elastic/kibana/issues/145703\r\n\r\nAllows splitting by field of `ip` type for Change point detection","sha":"12efa3584743e67fc474dc57edbbb6d2b6182b5a","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","Team:ML","Feature:ML/AIOps","v8.7.0","v8.8.0"],"number":151022,"url":"https://github.com/elastic/kibana/pull/151022","mergeCommit":{"message":"[ML] Allow splitting by field of `ip` type for Change point detection (#151022)\n\n## Summary\r\n\r\nFollow-up for https://github.com/elastic/kibana/pull/150308\r\n\r\nResolves https://github.com/elastic/kibana/issues/145703\r\n\r\nAllows splitting by field of `ip` type for Change point detection","sha":"12efa3584743e67fc474dc57edbbb6d2b6182b5a"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151022","number":151022,"mergeCommit":{"message":"[ML] Allow splitting by field of `ip` type for Change point detection (#151022)\n\n## Summary\r\n\r\nFollow-up for https://github.com/elastic/kibana/pull/150308\r\n\r\nResolves https://github.com/elastic/kibana/issues/145703\r\n\r\nAllows splitting by field of `ip` type for Change point detection","sha":"12efa3584743e67fc474dc57edbbb6d2b6182b5a"}}]}] BACKPORT--> Co-authored-by: Dima Arnautov <[email protected]>
6 tasks
justinkambic
pushed a commit
to justinkambic/kibana
that referenced
this issue
Feb 23, 2023
…elastic#151022) ## Summary Follow-up for elastic#150308 Resolves elastic#145703 Allows splitting by field of `ip` type for Change point detection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New value added to drive a business result
Feature:ML/AIOps
ML AIOps features: Change Point Detection, Log Pattern Analysis, Log Rate Analysis
:ml
Team:ML
Team label for ML (also use :ml)
v8.7.0
Follow-up enhancements to work in #144093
Must:
stationary
andnon_stationary
items, and instead show a 'No significant change points detected` if there are no significant deviations?Show callout or prevent selection of data views with no numeric fields
Hide the split field control for data views with no keyword / IP fields and support finding change points in series which just have a function and metric field
Check if we should allow IP fields to be used as the split field
When clicking to the right of the controls after an analysis has run, the progress bar appears (this might be with very large data sets - 14.5M docs here, which take a very long time to run)
Improve handling for long-running requests against high cardinality series.
Originally posted by @peteharverson in #144093 (comment)
The text was updated successfully, but these errors were encountered: