-
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
[Meta] Kibana support for ES aggregations #58628
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
Hi @lukeelmers and @ppisljar, I notice that there are no plans to leverage the auto-date histogram since Kibana has a workaround for this. Is there a similar perspective to the proposed auto-numeric histogram feature (elastic/elasticsearch#31828), in that there is a kibana workaround at the moment? |
Related, can I ask why this is the case:
My understanding is that auto-date-histo was prioritized and added in 7.0 because it was requested in part by Kibana (elastic/elasticsearch#9572 (comment), #3757, etc) precisely so that Kibana didn't have to worry about auto-interval logic anymore? Is there some context somewhere as to why Kibana wants to continue supporting it's own auto-interval? |
@talevy Hi, there is currently no real workaround for creating auto intervals on numeric fields. I think you'll need to wait for us to implement the auto histogram for numeric fields (which would leverage the ES aggregation) for this to work. Sorry. :-/ |
@polyfractal I read through some of the linked issues, and it seems some of those comments are really old, so it could simply be that we thought at that time it might be better to have it in Elasticsearch (for auto (non-date) histogram) that's also most likely still true, but for the date histograms there are a couple of issues:
I hope this could shine some light onto the reasoning here, and happy to help with any further details. |
@rayafratkina are there any plans to add percentile aggregation in Kibana Lens? |
what's the status about |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
Re-opening as we are still using this |
Closing old meta issues in favor of more granular, current meta issues. Going forward, we expect aggregation support to come via ES|QL support |
thank you, could you please clarify the ES|QL support? Thanks. |
This issue will track support for ES aggregations within Kibana. The list below is not in a priority order, just an inventory.
Bucket aggregations
Metrics aggregations
Matrix aggregations
Pipeline aggregations
Other aggregation ideas (not directly supported by ES)
Notes
auto
interval via an implementation in Kibana. Due to technical reasons we'll keep using that Kibana side implementation forauto
intervals. Auto interval on all time fields #4312 for the enhancement to supportauto
interval on all fields (not only the primary time field of an index pattern).AggConfigs
lives in thedata
plugin'ssearch
service, and is used behind the scenes for aggregations in Visualize and Lens. Work onAggConfigs
is tracked in [Meta] Aggregations Roadmap #60126. A checkmark here means that we have the technical foundation to implement it into visualizations, but not that it's already available to the user anywhere.The text was updated successfully, but these errors were encountered: