[Lens][Agg based table]Navigate to lens for agg based table vis#140791
[Lens][Agg based table]Navigate to lens for agg based table vis#140791Kuznietsov merged 264 commits intoelastic:mainfrom
Conversation
…hub.com:Kunzetsov/kibana into navigate-to-lens-context-converting-imporvement
…hub.com:Kunzetsov/kibana into navigate-to-lens-context-converting-imporvement
…ladLasitsa/kibana into navigate-to-lens-agg-based-vis
…last_value.ts Co-authored-by: Marta Bondyra <4283304+mbondyra@users.noreply.github.com>
…ladLasitsa/kibana into navigate-to-lens-agg-based-vis
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream (to resolve ci issues caused by Github outage) |
There was a problem hiding this comment.
There are two small inconsistencies that can be target later if at all:
- The histogram is not giving the same intervals as converted intervals:
- For the field types, it doesn't allow to convert for simple metric if used the not suppored fieldtype, like this one:
But for cumulative_sum of the same metric it allows to convert and then shows nice readable error message:

converts to:

I find neither of them critical so approving. It can be addressed later.
@mbondyra About that: we don't have possibility to provide interval for "intervals" in Lens. After discussion with Joe we decided to ignore interval for histogram. cc @flash1293 |
@mbondyra, we've fixed this problem. |
|
Rechecked, and re-approving! |
The bundle size has been fixed, so I am dismissing my review
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
History
To update your PR or re-run it, just comment with: cc @VladLasitsa @Kunzetsov |







Summary
Completes part of #138236.
As part of phasing out TSVB and Visualize all Legacy agg based visulizations should support "open in lens" functionality.
In that PR converter for Agg based table was added.