-
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] Rule Preview Table Follow-up #128981
Conversation
bbb7c16
to
be583b0
Compare
@@ -6,7 +6,7 @@ | |||
*/ | |||
|
|||
export enum RULE_PREVIEW_INVOCATION_COUNT { | |||
HOUR = 20, | |||
HOUR = 12, |
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.
Someone (me) couldn't do basic math it seems 😢
4263fab
to
fb68d73
Compare
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
d3a2dcb
to
ea6902d
Compare
dataProviders, | ||
defaultColumns, | ||
deletedEventIds, | ||
graphEventId, // If truthy, the graph viewer (Resolver) is showing |
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.
probably don't need this, and if you do, https://github.com/elastic/kibana/blob/main/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L116 should be graphEventId?: string; instead
💛 Build succeeded, but was flakyTest Failures
Metrics [docs]Async chunks
Page load bundle
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @dplumlee |
(cherry picked from commit 268470a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
Previous PR: #127986
Fixes some known bugs in the previous rule preview table PR including:
stackBy
field #129664)Preview results
limit not respected forLast hour
#129025)Preview results
action can be performed without entering any custom query #129031)Preview results
alert table with theEven rendered view
#129037) - might add back if theres timekibana.alert.original_time
)Checklist
Delete any items that are not applicable to this PR.
For maintainers