-
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
Add Host risk information flyout to Host risk KPI panel #121075
Add Host risk information flyout to Host risk KPI panel #121075
Conversation
x-pack/plugins/security_solution/public/common/components/inspect/index.test.tsx
Show resolved
Hide resolved
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
30cbbfb
to
e26cca3
Compare
e26cca3
to
3ef7933
Compare
x-pack/plugins/security_solution/public/hosts/components/host_risk_information/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/common/components/inspect/index.tsx
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/hosts/components/host_risk_information/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/hosts/components/host_risk_information/index.tsx
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
x-pack/plugins/security_solution/public/hosts/components/host_risk_information/index.tsx
Outdated
Show resolved
Hide resolved
38215f9
to
d18437d
Compare
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @machadoum |
@@ -10,7 +10,7 @@ import { loginAndWaitForPage } from '../../tasks/login'; | |||
import { HOSTS_URL } from '../../urls/navigation'; | |||
|
|||
describe('RiskyHosts KPI', () => { | |||
it('it renders', () => { | |||
it('renders', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you @machadoum
💔 Backport failedThe backport operation could not be completed due to the following error: The backport PRs will be merged automatically after passing CI. To backport manually run: |
issue: #119024
Summary
Add an info button to the Hosts KPI panel beside the inspect button. When the button is clicked it opens a flyout containing information about host risk calculation.
How to test it
Enable the feature flag
riskyHostsEnabled
Checklist
Delete any items that are not applicable to this PR.