[ML] Anomaly swim lane embeddable navigation and filter actions#71082
Merged
darnautov merged 21 commits intoelastic:masterfrom Jul 14, 2020
Merged
[ML] Anomaly swim lane embeddable navigation and filter actions#71082darnautov merged 21 commits intoelastic:masterfrom
darnautov merged 21 commits intoelastic:masterfrom
Conversation
703d1d5 to
ec75f9f
Compare
10 tasks
Contributor
|
Pinging @elastic/ml-ui (:ml) |
| { | ||
| jobIds: initialInput.jobIds, | ||
| swimlaneType: initialInput.swimlaneType, | ||
| defaultTitle: initialInput.title, |
Contributor
Contributor
Author
There was a problem hiding this comment.
I'm able to edit the title, but there was an issue with a swim lane initializer. Fixed in 5c39b47
Contributor
There was a problem hiding this comment.
I can edit it now, but only by keyboard navigation into the text box. But this affects all the visualizations on my dashboard; not just the swim lane embeddable.
Contributor
Author
There was a problem hiding this comment.
You might need to run yarn kbn clean and re-bootstrap. Changing the title works for me for all panels on the dashboard.
x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/ml/public/application/components/job_selector/use_job_selection.ts
Outdated
Show resolved
Hide resolved
qn895
approved these changes
Jul 14, 2020
Member
|
Code LGTM. |
peteharverson
approved these changes
Jul 14, 2020
Contributor
peteharverson
left a comment
There was a problem hiding this comment.
Tested latest edits and LGTM!
Contributor
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
History
To update your PR or re-run it, just comment with: |
darnautov
added a commit
to darnautov/kibana
that referenced
this pull request
Jul 14, 2020
…tic#71082) * [ML] dragSelect as part of ExplorerSwimlane component * [ML] use wrapper ref * [ML] rename callback * [ML] WIP open in anomaly explorer * [ML] MlUrlGenerator unit tests * [ML] WIP actions * [ML] restore pagination * [ML] fix fromPage on initial load * [ML] fix cell selection, filter and time range actions * [ML] update url generator params * [ML] prevent label text selection on drag select * [ML] fix types and unit tests * [ML] fix embeddable init * [ML] fix swim lane unit tests * [ML] change action label, use filter action only for single cell click * [ML] fix time range bounds * [ML] fix TS issues * [ML] fix pagination persistence * [ML] use viewByFrom the embeddable input
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 14, 2020
* master: (21 commits) [Maps] 7.9 design improvements (elastic#71563) [ML] Changing all calls to ML endpoints to use internal user (elastic#70487) [eventLog] prevent log writing when initialization fails (elastic#71339) [Observability] landing page always being displayed (elastic#71494) [IM] Address data stream copy feedback (elastic#71615) [Logs UI] Anomalies page dataset filtering (elastic#71110) [data.search.aggs] Remove `use_field_mapping` from top hits agg (elastic#71168) [ML] Anomaly swim lane embeddable navigation and filter actions (elastic#71082) Fixes typo in siem_cloudtrail job description (elastic#71569) Require granted API Keys to have a name (elastic#71623) Update getUsageForCollection (elastic#71609) Only fetch saved elements once (elastic#71310) [SecuritySolution][Resolver] Adding siem index and guarding process ancestry (elastic#71570) [APM] Additional data telemetry changes (elastic#71112) [Visualize] Fix export table for table export links (elastic#71249) [Search] Server side search API (elastic#70446) use inclusive language (elastic#71607) [Security Solution] Hide timeline footer when Resolver is open (elastic#71516) [Index template wizard] Remove shadow and use border for components panels (elastic#71606) [ML] Kibana API endpoint for histogram chart data (elastic#70976) ...
darnautov
added a commit
that referenced
this pull request
Jul 14, 2020
…) (#71648) * [ML] dragSelect as part of ExplorerSwimlane component * [ML] use wrapper ref * [ML] rename callback * [ML] WIP open in anomaly explorer * [ML] MlUrlGenerator unit tests * [ML] WIP actions * [ML] restore pagination * [ML] fix fromPage on initial load * [ML] fix cell selection, filter and time range actions * [ML] update url generator params * [ML] prevent label text selection on drag select * [ML] fix types and unit tests * [ML] fix embeddable init * [ML] fix swim lane unit tests * [ML] change action label, use filter action only for single cell click * [ML] fix time range bounds * [ML] fix TS issues * [ML] fix pagination persistence * [ML] use viewByFrom the embeddable input
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Related meta issue #66553.
Introduces the following swim lane embeddable actions:
ML URL Generator (#69265)
ML URL generator has been introduced to produce URLs to the Anomaly Explorer page.
Checklist