-
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
KQL support in filter ratio in TSVB #67503
Labels
enhancement
New value added to drive a business result
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Comments
AlonaNadler
added
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
May 27, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
For reference the implementation when switching Filters aggregation in the visualize editor over to use KQL: #37287 |
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
Aug 14, 2020
7 tasks
DianaDerevyankina
added a commit
that referenced
this issue
Aug 27, 2020
* KQL support in filter ratio in TSVB Closes #67503 * Fix filter_ratio and filter_ratios tests * fix JEST * Refactor some code in filter_ratio, filter_ratios, filter_ratios.test * Edit query value in filter_ratio and filter_ratios.test * Refacor some code in filter_ratio.js and visualization_migrations.ts * Remove duplications in vis_schema and refactor filter_ratio * Refactor filter_ratio.js * Update default query with getDefaultQuery() * Fix filter_ratio and histogram_support tests Co-authored-by: Alexey Antonov <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
Aug 27, 2020
* KQL support in filter ratio in TSVB Closes elastic#67503 * Fix filter_ratio and filter_ratios tests * fix JEST * Refactor some code in filter_ratio, filter_ratios, filter_ratios.test * Edit query value in filter_ratio and filter_ratios.test * Refacor some code in filter_ratio.js and visualization_migrations.ts * Remove duplications in vis_schema and refactor filter_ratio * Refactor filter_ratio.js * Update default query with getDefaultQuery() * Fix filter_ratio and histogram_support tests Co-authored-by: Alexey Antonov <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
DianaDerevyankina
added a commit
that referenced
this issue
Aug 27, 2020
* KQL support in filter ratio in TSVB Closes #67503 * Fix filter_ratio and filter_ratios tests * fix JEST * Refactor some code in filter_ratio, filter_ratios, filter_ratios.test * Edit query value in filter_ratio and filter_ratios.test * Refacor some code in filter_ratio.js and visualization_migrations.ts * Remove duplications in vis_schema and refactor filter_ratio * Refactor filter_ratio.js * Update default query with getDefaultQuery() * Fix filter_ratio and histogram_support tests Co-authored-by: Alexey Antonov <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Alexey Antonov <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New value added to drive a business result
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the feature: Over the past few weeks, I got several requests and frustrated users who missed the fact filter ratio doesn't support KQL and couldnt figure why they get errors on valid kql queries in filter ratio in TSVB.
Currently there is no indication that filter ratio doesn't work with KQL and only supports Lucene. Users past queries that are working in Discover and get errors in TSVB which can't be explained.
Since KQL is the default starting from 7.0 it will be good to support it in TSVB filter ratio.
cc: @timroes
The text was updated successfully, but these errors were encountered: