-
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
[Defend Workflows] Live queries with parameters on timelines' events #151317
[Defend Workflows] Live queries with parameters on timelines' events #151317
Conversation
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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, thanks for adding the comment 👍
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…lastic#151317) Closes elastic/security-team#5999 ![test](https://user-images.githubusercontent.com/29123534/219058689-f2c423b8-b239-4ec0-b946-7b2e350749e3.gif) **BUG*** "Take action" > "Run osquery" on timeline event that is not an alert won't substitute params. **CAUSE** Lack of context connection in the component that carries `alertData` (cherry picked from commit 9109fd5)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…lastic#151317) Closes elastic/security-team#5999 ![test](https://user-images.githubusercontent.com/29123534/219058689-f2c423b8-b239-4ec0-b946-7b2e350749e3.gif) **BUG*** "Take action" > "Run osquery" on timeline event that is not an alert won't substitute params. **CAUSE** Lack of context connection in the component that carries `alertData` (cherry picked from commit 9109fd5)
…vents (#151317) (#151610) # Backport This will backport the following commits from `main` to `8.7`: - [[Defend Workflows] Live queries with parameters on timelines' events (#151317)](#151317) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Konrad Szwarc","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-02-20T11:22:28Z","message":"[Defend Workflows] Live queries with parameters on timelines' events (#151317)\n\nCloses https://github.com/elastic/security-team/issues/5999\r\n\r\n\r\n![test](https://user-images.githubusercontent.com/29123534/219058689-f2c423b8-b239-4ec0-b946-7b2e350749e3.gif)\r\n\r\n**BUG***\r\n\"Take action\" > \"Run osquery\" on timeline event that is not an alert\r\nwon't substitute params.\r\n**CAUSE**\r\nLack of context connection in the component that carries `alertData`","sha":"9109fd5afed8197b328a8b21d1c8e241873c4b68","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Defend Workflows","v8.7.0","v8.8.0"],"number":151317,"url":"https://github.com/elastic/kibana/pull/151317","mergeCommit":{"message":"[Defend Workflows] Live queries with parameters on timelines' events (#151317)\n\nCloses https://github.com/elastic/security-team/issues/5999\r\n\r\n\r\n![test](https://user-images.githubusercontent.com/29123534/219058689-f2c423b8-b239-4ec0-b946-7b2e350749e3.gif)\r\n\r\n**BUG***\r\n\"Take action\" > \"Run osquery\" on timeline event that is not an alert\r\nwon't substitute params.\r\n**CAUSE**\r\nLack of context connection in the component that carries `alertData`","sha":"9109fd5afed8197b328a8b21d1c8e241873c4b68"}},"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/151317","number":151317,"mergeCommit":{"message":"[Defend Workflows] Live queries with parameters on timelines' events (#151317)\n\nCloses https://github.com/elastic/security-team/issues/5999\r\n\r\n\r\n![test](https://user-images.githubusercontent.com/29123534/219058689-f2c423b8-b239-4ec0-b946-7b2e350749e3.gif)\r\n\r\n**BUG***\r\n\"Take action\" > \"Run osquery\" on timeline event that is not an alert\r\nwon't substitute params.\r\n**CAUSE**\r\nLack of context connection in the component that carries `alertData`","sha":"9109fd5afed8197b328a8b21d1c8e241873c4b68"}}]}] BACKPORT-->
Closes https://github.com/elastic/security-team/issues/5999
BUG*
"Take action" > "Run osquery" on timeline event that is not an alert won't substitute params.
CAUSE
Lack of context connection in the component that carries
alertData