-
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 Security] use global cdr vuln data view #191581
Conversation
...urity_posture/public/pages/vulnerabilities/utils/create_detection_rule_from_vulnerability.ts
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
138ab20
to
2d47a28
Compare
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.
I think there is some mix up with the index patterns, pls double check
...urity_posture/public/pages/vulnerabilities/utils/create_detection_rule_from_vulnerability.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/cloud_security_posture/server/create_indices/latest_indices.ts
Show resolved
Hide resolved
@@ -91,7 +92,7 @@ export const useLatestVulnerabilities = (options: VulnerabilitiesQuery) => { | |||
* the last loaded record to be used as a from parameter to fetch the next chunk of data. | |||
*/ | |||
return useInfiniteQuery( | |||
[LATEST_VULNERABILITIES_INDEX_PATTERN, options], | |||
[CDR_LATEST_NATIVE_VULNERABILITIES_INDEX_PATTERN, options], |
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.
should it also be CDR_VULNERABILITIES_INDEX_PATTERN
here?
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.
👍
...urity_posture/public/pages/vulnerabilities/utils/create_detection_rule_from_vulnerability.ts
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
solves:
Summary
data.view.vuln.mp4