Skip to content
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

[Search] add high level SQL search strategy #128921

Closed
Tracked by #166068
ppisljar opened this issue Mar 30, 2022 · 2 comments
Closed
Tracked by #166068

[Search] add high level SQL search strategy #128921

ppisljar opened this issue Mar 30, 2022 · 2 comments
Labels
Feature:Search Querying infrastructure in Kibana Icebox 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.

Comments

@ppisljar
Copy link
Member

ppisljar commented Mar 30, 2022

High level SQL search strategy should be implemented that takes the following input:

{ 
  filters: Filter[],
  query: Query,
  timeRange: TimeRange,
  dataview?: DataView
}

and uses low level SQL search to fetch the data which it converts to kibana Datatable format.

also should have pagination

@ppisljar ppisljar added Feature:Search Querying infrastructure in Kibana Team:AppServicesSv labels Mar 30, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServicesSv)

@exalate-issue-sync exalate-issue-sync bot added impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:medium Medium Level of Effort labels Apr 5, 2022
@petrklapka petrklapka added Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. and removed Team:AppServicesSv labels Nov 23, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@lukasolson lukasolson added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. and removed impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. labels Jan 23, 2023
@kertal kertal closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
@kertal kertal added the Icebox label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana Icebox 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.
Projects
None yet
Development

No branches or pull requests

5 participants