-
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][Alerts] addresses IM performance PR feedback #150677
Conversation
…-ref HEAD~1..HEAD --fix'
Pinging @elastic/security-solution (Team: SecuritySolution) |
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @vitaliidm |
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
…stic#150677) ## Summary - addresses feedback from elastic#149208 - typings for `getSignalsQueryMapFromThreatIndex` - fixes interface name for `getSignalsQueryMapFromThreatIndex` - small code refactorings More details in comments of the initial PR --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c08cdc8)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
#150677) (#152426) # Backport This will backport the following commits from `main` to `8.7`: - [[Security Solution][Alerts] addresses IM performance PR feedback (#150677)](#150677) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Vitalii Dmyterko","email":"92328789+vitaliidm@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-03-01T09:46:23Z","message":"[Security Solution][Alerts] addresses IM performance PR feedback (#150677)\n\n## Summary\r\n\r\n- addresses feedback from https://github.com/elastic/kibana/pull/149208\r\n- typings for `getSignalsQueryMapFromThreatIndex`\r\n- fixes interface name for `getSignalsQueryMapFromThreatIndex`\r\n- small code refactorings\r\n\r\nMore details in comments of the initial PR\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c08cdc8db633a02ac65d0940a26e5f5a86542d9b","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team: SecuritySolution","Feature:Detection Alerts","Team:Detection Alerts","backport:prev-minor","v8.7.0","v8.8.0"],"number":150677,"url":"https://github.com/elastic/kibana/pull/150677","mergeCommit":{"message":"[Security Solution][Alerts] addresses IM performance PR feedback (#150677)\n\n## Summary\r\n\r\n- addresses feedback from https://github.com/elastic/kibana/pull/149208\r\n- typings for `getSignalsQueryMapFromThreatIndex`\r\n- fixes interface name for `getSignalsQueryMapFromThreatIndex`\r\n- small code refactorings\r\n\r\nMore details in comments of the initial PR\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c08cdc8db633a02ac65d0940a26e5f5a86542d9b"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/150677","number":150677,"mergeCommit":{"message":"[Security Solution][Alerts] addresses IM performance PR feedback (#150677)\n\n## Summary\r\n\r\n- addresses feedback from https://github.com/elastic/kibana/pull/149208\r\n- typings for `getSignalsQueryMapFromThreatIndex`\r\n- fixes interface name for `getSignalsQueryMapFromThreatIndex`\r\n- small code refactorings\r\n\r\nMore details in comments of the initial PR\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c08cdc8db633a02ac65d0940a26e5f5a86542d9b"}}]}] BACKPORT--> Co-authored-by: Vitalii Dmyterko <92328789+vitaliidm@users.noreply.github.com>
…stic#150677) ## Summary - addresses feedback from elastic#149208 - typings for `getSignalsQueryMapFromThreatIndex` - fixes interface name for `getSignalsQueryMapFromThreatIndex` - small code refactorings More details in comments of the initial PR --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
getSignalsQueryMapFromThreatIndex
getSignalsQueryMapFromThreatIndex
More details in comments of the initial PR