Use "Apply_filter_trigger" in dashboard drilldown#71468
Merged
Dosant merged 3 commits intoelastic:masterfrom Jul 28, 2020
Merged
Use "Apply_filter_trigger" in dashboard drilldown#71468Dosant merged 3 commits intoelastic:masterfrom
Dosant merged 3 commits intoelastic:masterfrom
Conversation
2 tasks
96006ad to
03d433a
Compare
Dosant
commented
Jul 20, 2020
x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts
Outdated
Show resolved
Hide resolved
streamich
reviewed
Jul 22, 2020
83d0bb1 to
fcadb82
Compare
Contributor
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build SucceededBuild metricspage load bundle size
History
To update your PR or re-run it, just comment with: |
ThomThomson
approved these changes
Jul 27, 2020
Contributor
ThomThomson
left a comment
There was a problem hiding this comment.
Tested locally in chrome and to dashboard drilldowns work as they should.
LGTM
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 28, 2020
* master: (44 commits) [Search] add server logs (elastic#72454) [SIEM][Timelines] Updates timeline template callout text (elastic#73334) Fix App status flaky test (elastic#72853) [Functional Tests] Increase the timeout when locating the tableview] (elastic#73243) Use "Apply_filter_trigger" in dashboard drilldown (elastic#71468) fix dashboard index pattern race condition (elastic#72899) [Functional Tests] Increase waitTime for timelion to fetch the results (elastic#73255) [Functional Tests] Fix flakiness on TSVB chart on switching index patterns test (elastic#73238) updates cypress to v4.11.0 (elastic#73327) [Metrics UI] Saved views bugs (elastic#72518) [Ingest Manager] Convert select agent config step to use combo box (elastic#73172) Exclude `version` from package config attributes that are copied, add safeguard to package config bulk create (elastic#73128) [Security Solution][ML] Updates siem group name to security (elastic#73218) [Security Solution] Show proper icon for termination status of all processes (elastic#73235) [Security Solution][Resolver] Show origin node details in panel on load (elastic#73313) [Security solution] Threat hunting test coverage improvements (elastic#73276) [Security Solution][Exceptions] - Update exception item comments to include id (elastic#73129) [Enterprise Search] Error state UI tweaks to account for current Cloud SSO behavior (elastic#73324) [dev/build/docker_generator] convert to typescript (elastic#73339) [APM] Fix focus map link on service map (elastic#73338) ...
Contributor
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Dosant
added a commit
to Dosant/kibana
that referenced
this pull request
Jul 30, 2020
* attach dashboard drilldown to apply filter trigger * fix types Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> # Conflicts: # src/plugins/data/public/public.api.md
Dosant
added a commit
that referenced
this pull request
Jul 30, 2020
4 tasks
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
Needed for: #69409, so after we introduce trigger picker dashboard drilldown still would support only single trigger and it's editing UX won't change.
Checklist