-
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
[Cloud Posture] CIS AWS - Multi-dashboards links and labels #148941
Conversation
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
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 👍
left some minor comments
...ud_security_posture/public/pages/compliance_dashboard/dashboard_sections/summary_section.tsx
Show resolved
Hide resolved
}); | ||
}; | ||
|
||
const handleViewAllClick = (clusterId: string) => { | ||
navToFindings({ cluster_id: clusterId, 'result.evaluation': RULE_FAILED }); | ||
navToFindings({ | ||
cluster_id: clusterId, |
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.
is cluster_id
relevant for CSPM? @CohenIdo
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 will be cluster ids and account ids in cspm, but until we actually know whats going on here, we rely on cluster id for now
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @JordanSh |
Summary
Resolves #146590
benchmark.id
iscis_aws
For now, we will not split the dashboards completely, the only difference ATM is just some labels, we decided that its better to keep it simple for now and replace those labels where its needed