-
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][Endpoint][Response Actions] Add users filter to actions log #140975
[Security Solution][Endpoint][Response Actions] Add users filter to actions log #140975
Conversation
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
af3d29c
to
50ff7fd
Compare
50ff7fd
to
e56f797
Compare
e56f797
to
91fc83c
Compare
Checked it out and tried it - works great! I can add multiple comma separated: The clear button that appears works. The URL params updated accordingly. @ashokaditya - one last thought, is it easy to use partial matches or fuzzy search? Could we easily get something like the below to work? No need to hold up this PR, we can add an enhancement for next release, if needed. |
Yeah, I would want to thoroughly test these cases before implementing the change. Let's do this for the next release. |
...management/components/endpoint_response_actions_list/components/actions_log_users_filter.tsx
Show resolved
Hide resolved
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!
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Hey, I open PR, which should skip the failing test to unblock this PR |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @ashokaditya |
…ven usernames for Actions Log (#141239) * Do fuzzy search on given usernames fixes elastic/security-team/issues/4724 refs /pull/140975 * Allow `match` searches on the API Do fuzzy search via the request review suggestions
…ven usernames for Actions Log (elastic#141239) * Do fuzzy search on given usernames fixes elastic/security-team/issues/4724 refs elastic/pull/140975 * Allow `match` searches on the API Do fuzzy search via the request review suggestions (cherry picked from commit 15fc5b7)
Summary
Adds a users filter search input for actions log page and flyout.
Checklist
Delete any items that are not applicable to this PR.