-
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
Support KQL in TSVB Filter aggregation #35437
Labels
Comments
TinaHeiligers
added
the
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
label
Apr 22, 2019
Pinging @elastic/kibana-app |
The following points were raised after implementation discussions:
|
Steady progress is being made with KQL supported in TSVB using the QueryBar component.
|
11 tasks
Closed with merged PR #36784 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In the Visual Builder, the time series visualization only accepts Lucene syntax in the
Using KQL with the autocomplete it offers will make it easier to create a query without the need to remember the exact field name and it assists with operators and values.
In each of the TSVB situations given above, we need a query bar without a submit button. Ideally, it should be a QueryBarInput component that is just the text input, the query language switcher and autocomplete. One is being created for KQL in the filters aggregation (#29790)
References #29790, #30177
The text was updated successfully, but these errors were encountered: