-
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
[Security_Solution][Bug] Fix bug where process detail panel doesn't show up #71754
Merged
oatkiller
merged 1 commit into
elastic:master
from
bkimmel:bugfix/some-panels-dont-show
Jul 15, 2020
Merged
[Security_Solution][Bug] Fix bug where process detail panel doesn't show up #71754
oatkiller
merged 1 commit into
elastic:master
from
bkimmel:bugfix/some-panels-dont-show
Jul 15, 2020
Conversation
This file contains 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
bkimmel
added
release_note:skip
Skip the PR/issue when compiling release notes
v9.0.0
v7.9.0
v8.0.0
Feature:Resolver
Security Solution Resolver feature
and removed
v9.0.0
labels
Jul 14, 2020
Pinging @elastic/endpoint-app-team (Feature:Resolver) |
bkimmel
added
the
Team:Endpoint Data Visibility
Team managing the endpoint resolver
label
Jul 14, 2020
Pinging @elastic/endpoint-data-visibility-team (Team:Endpoint Data Visibility) |
bkimmel
changed the title
Fix bug where process detail panel doesn't show up
[Security_Solution][Bug] Fix bug where process detail panel doesn't show up
Jul 14, 2020
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
jonathan-buttner
approved these changes
Jul 14, 2020
kqualters-elastic
approved these changes
Jul 15, 2020
I just validated this. Pushing it through. Thanks! |
oatkiller
pushed a commit
to oatkiller/kibana
that referenced
this pull request
Jul 15, 2020
oatkiller
pushed a commit
to oatkiller/kibana
that referenced
this pull request
Jul 15, 2020
oatkiller
pushed a commit
that referenced
this pull request
Jul 15, 2020
#71957) Co-authored-by: Brent Kimmel <bkimmel@users.noreply.github.com>
oatkiller
pushed a commit
that referenced
this pull request
Jul 16, 2020
#71958) Co-authored-by: Brent Kimmel <bkimmel@users.noreply.github.com>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 16, 2020
* master: (37 commits) [Lens] Handle failing existence check (elastic#70718) [Security Solution]Fix in-app links and popup window text (elastic#71403) [esArchiver] automatically retry if alias creation fails (elastic#71910) Move data stream index pattern creation test to xpack (elastic#71511) [Maps] Improve language for mvt card (elastic#71947) [Security][Detections] Unskip failing modal tests (elastic#71969) skip flaky suite (elastic#71987) skip flaky suite (elastic#71979) [Security Solution] [Detections] Revert "[Security Solution] [Detections] Fixes bug for determining when we hit max signals after filtering with lists (elastic#71768)" (elastic#71956) rename ilm policy to remove -default (elastic#71952) Adjust ordering of Management category apps to make Ingest Manager higher (elastic#71948) skip flaky suite (elastic#71971) skip flaky suite (elastic#71951) [kbn/optimizer] ignore compressed files when reporting stats (elastic#71940) skip flaky suite (elastic#71867) [ML] Fix new job with must_not saved search (elastic#71831) [Resolver] Fix bug where process detail panel doesn't show up (elastic#71754) Cleanup (elastic#71849) [Resolver] aria-level and aria-flowto support enhancements (elastic#71887) skip flaky suite (elastic#71304) ...
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 16, 2020
…feature-privileges * alerting/consumer-based-rbac: (491 commits) [Lens] Handle failing existence check (elastic#70718) [Security Solution]Fix in-app links and popup window text (elastic#71403) [esArchiver] automatically retry if alias creation fails (elastic#71910) Move data stream index pattern creation test to xpack (elastic#71511) [Maps] Improve language for mvt card (elastic#71947) [Security][Detections] Unskip failing modal tests (elastic#71969) skip flaky suite (elastic#71987) skip flaky suite (elastic#71979) [Security Solution] [Detections] Revert "[Security Solution] [Detections] Fixes bug for determining when we hit max signals after filtering with lists (elastic#71768)" (elastic#71956) rename ilm policy to remove -default (elastic#71952) Adjust ordering of Management category apps to make Ingest Manager higher (elastic#71948) skip flaky suite (elastic#71971) skip flaky suite (elastic#71951) [kbn/optimizer] ignore compressed files when reporting stats (elastic#71940) skip flaky suite (elastic#71867) [ML] Fix new job with must_not saved search (elastic#71831) [Resolver] Fix bug where process detail panel doesn't show up (elastic#71754) Cleanup (elastic#71849) [Resolver] aria-level and aria-flowto support enhancements (elastic#71887) skip flaky suite (elastic#71304) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Resolver
Security Solution Resolver feature
release_note:skip
Skip the PR/issue when compiling release notes
Team:Endpoint Data Visibility
Team managing the endpoint resolver
v7.9.0
v8.0.0
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
This fixes the bug where the process detail and some other panels don't show up correctly.
Screenshot: Now it shows up when you click on the right thing
Checklist
Delete any items that are not applicable to this PR.
For maintainers