-
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
Migrate explore team API calls to useSearchStrategy. #129054
Comments
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
useSearchStrategy should use rtk query, having it observable based will have the same performance problems as we saw in 8.2.1 |
We have addressed the performance issue on use_observable here: #132703 |
I added |
@angorayc Will the |
Convert existing explore team API calls to
useSearchStrategy
because of issue #132703 .This ticket includes
users
,hosts
,network
, andoverview
pages.We don't need to migrate KPIs because they will get converted into Lens visualizations.
This won't have any UI changes, we just need to make sure each component is rendered correctly on the page.
More verification details can be found in each PR listed below.
Files to migrate:
security_solution/public/common/containers/authentications/index.tsx
- #136269security_solution/public/hosts/containers/hosts/index.tsx
- #135668security_solution/public/hosts/containers/hosts/details/index.tsx
- #135860security_solution/public/hosts/containers/hosts/first_last_seen/index.tsx
#137171security_solution/public/hosts/containers/uncommon_processes/index.tsx
- #135856security_solution/public/network/containers/details/index.tsx
- #135995security_solution/public/network/containers/network_dns/index.tsx
- #136005security_solution/public/network/containers/network_http/index.tsx
- #136115security_solution/public/network/containers/network_top_countries/index.tsx
- #136120security_solution/public/network/containers/network_top_n_flow/index.tsx
- #136143security_solution/public/network/containers/tls/index.tsx
- #136187security_solution/public/network/containers/users/index.tsx
- #136204security_solution/public/overview/containers/overview_host/index.tsx
- #136206security_solution/public/overview/containers/overview_network/index.tsx
- #136212security_solution/public/users/containers/users/details/index.tsx
- #136216x-pack/plugins/security_solution/public/risk_score/containers/all/index.tsx
The text was updated successfully, but these errors were encountered: