Webiks / kibana-API

Kibana-API is an extension to Kibana that lets you tap in to the dashboard management board from your app and change the visualizations dynamically
Apache License 2.0
124 stars 31 forks source link

Delete visualisation feature #6

Closed ytzlax closed 6 years ago

ytzlax commented 7 years ago

Add delete visualisation feature

rhautefeuille commented 6 years ago

+1 :)

ytzlax commented 6 years ago

Hi, please tell me why you need this feature?

rhautefeuille commented 6 years ago

I would like the user to choose which secondary visualizations (if any) to display next to the main one, for instance with a multi-selection dropdown in the header of my page. If he first selects 3 visualizations and then removes one, I need a way to make it disapear. Does it make sense?

ytzlax commented 6 years ago

Delete visualisation meaning delete visualisation from .kibana index, I think you need to disappear the visualisation from the dashboard, look at https://github.com/Webiks/kibana-API/issues/20 I think it's will help you, if not let me know.

rhautefeuille commented 6 years ago

👍yes this is exactly what I want to acheive it doesn't seem to be working though. I replied on the other thread