uniberg / kbn_sankey_vis

Sankey diagram for Kibana visualize.
Apache License 2.0
28 stars 11 forks source link

Enhancement: Way to change data view on existing Sankey #35

Open bfgiordano opened 11 months ago

bfgiordano commented 11 months ago

Would be helpful to be able to select the data view/index from within the edit on an existing Sankey as other Kibana visuals permit.

ch-bas commented 11 months ago

Hi @bfgiordano , I agree, it will be very useful and helpful to align the plugin with Kibana's default behavior. I will take a look on this soon. Thank you!

ch-bas commented 10 months ago

Hi @bfgiordano , would you mind explaining more this issue? Because as far as I saw and tried, you can not change the data-view from the edit view on any visualisation in Kibana. Thank you in advance!

bfgiordano commented 10 months ago

Not sure I am being clear. When you create a new visualization in Kibana (Lens or Aggregation Library), you select a data view from those available in the Kibana Space that the visual uses. When you edit the visual (again, in both Lens ad Aggregation Library), you can select a different data view (from the set available in the Kibana Space) to connect the visualization to and then save as a new visualization. All I want is to be able to select a different data view for an existing Sankey visualization. Right now, I have to recreate the Sankey from scratch to use a different data view. I don't have to do that for Lens or Aggregation Library visualizations. Does that make sense?

ch-bas commented 10 months ago

Thank you for explaining. I will see what I can do.