-
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] Refactor Network HTTP to use Search Strategy #76243
[Security Solution] Refactor Network HTTP to use Search Strategy #76243
Conversation
…-tls-search-strategy # Conflicts: # x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/index.ts # x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts
…kopycinski/kibana into feat/networkt-http-search-strategy # Conflicts: # x-pack/plugins/security_solution/common/search_strategy/security_solution/network/index.ts
…-http-search-strategy # Conflicts: # x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts # x-pack/plugins/security_solution/common/search_strategy/security_solution/network/index.ts # x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/network/index.ts
Pinging @elastic/siem (Team:SIEM) |
filterQuery: createFilter(filterQuery), | ||
ip, | ||
pagination: generateTablePaginationOptions(activePage, limit), | ||
sort: sort as SortField, |
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 have the same issue of SortField too, as some tables do not have any sorting,
what about we make field
and direction
optional in SortField?
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.
per our conversation, we have decided to refactor that at the end
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.
Ran on my local, looks fine, thank you @patrykkopycinski
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
distributable file count
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
Checklist