uniberg / kbn_sankey_vis

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

[Enhancement request] Add a Kibana filter when clicking on data #43

Open lguillaud opened 3 weeks ago

lguillaud commented 3 weeks ago

Hello,

First of all, thanks for updating the plugin for the latest versions of Kibana.

Would it be feasible to add a Kibana filter when clicking on data? For example, when clicking on "Rome" on the left hand side, a filter is added in the Kibana filter area with OriginCityName:"Rome".

The idea is to have a similar way of working as any other build-in Kibana visualisation types (eg pie, line chart, ...) and would be very helpful when using this viz.

Currently using your plugin in Kibana 8.6.2 (derived from 8.7.0).

Thanks. Lionel

ch-bas commented 3 weeks ago

Hi @lguillaud , thank you for your suggestion about the Sankey plugin. I will try to find some time to work on your request. Thank you!

skarjoss commented 1 week ago

This enhancement is covered in PR #44

ch-bas commented 6 days ago

Hi @lguillaud , I made a pre-release today that enhances @skarjoss PR and which should offer new features to the plugin.

Please feel free to test it!

lguillaud commented 6 days ago

Hello @ch-bas , Thanks a lot for your update but I have dowloaded the 8.6.2 release and it seems the target directory is missing in the zip file (I can only see kibana.json file).

ch-bas commented 6 days ago

Thanks for reporting the problem, I will take a look now!

Best regards!

ch-bas commented 5 days ago

The issue should be fixed now with the new release.

Please feel free to report any issue/improvement request.

Best regards!

lguillaud commented 5 days ago

Hello, Got it installed from 8.6.2 release but I have an issue when clicking to apply a filter.

Context:

Thanks again for your support ;-)

Lionel