[EQLSearchStrategy] Clean up and align with other async strategies #128635
Labels
Feature:Search
Querying infrastructure in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
technical debt
Improvement of the software architecture and operational architecture
Similar like we did to low level SQL strategy, we should clean up EQL search strategy and align it with other async strategies:
Ideally we should do it before wider adoption in Kibana (unified search).
Here is the list of possible alignment things:
kibana/src/plugins/data/common/search/strategies/eql_search/types.ts
Line 22 in 74fc0fb
EqlSearchResponse
?typesWithBodyKey
formatEqlSearchRequest
andEqlGetRequest
kibana/src/plugins/data/server/search/strategies/eql_search/eql_search_strategy.ts
Line 60 in 74fc0fb
The text was updated successfully, but these errors were encountered: