-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Provide single-value functions to show the "First" or "Last" value of some field #55895
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
As discussed with @flash1293, one of the benefits of this approach is that we would be able to show the value of any field, not just aggregatable fields. For example, we could let users visualize full text, lat/long, JSON or other fields that can't normally be visualized. The supported chart types for this could be:
Before this can be done at all, we'd need to remove some of the limitations on the field list shown in Lens: these non-aggregatable fields are currently hidden. cc @AlonaNadler this idea of increasing the number of fields that can be shown in Lens is one that has come up in the context of cross-linking to Maps |
We aren't ready to start on this yet, waiting for discussion with @AlonaNadler and @cchaos about the use cases we're trying to meet and general scope. |
We probably want to do something differently from how the Top Hits aggregation is shown in Visualize and TSVB, so here are the open questions:
|
Discussion outcomes:
|
This would be implemented using Top Hits, but is a somewhat common user request. This would let Lens show non-numeric values, which is particularly useful for the table visualization.
First and Last require a sort order.
The text was updated successfully, but these errors were encountered: