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

Filtering with saved searches #52

Open neocower opened 5 years ago

neocower commented 5 years ago

Hi, I'm using Kibana 6.5.4 and installed the plugin according to the instructions. Then I wanted to add a visualisation and copied and pasted your code into my js file. But in my web app the Kibana dashboard continues saying "This dashboard is empty. Let’s fill it up!". Do you have any ideas what I might have done wrong? Thanks!

neocower commented 5 years ago

Alright, I got it working. Didn't have anything to do with the plugin. I just made the mistake of calling the function on page load.

However, I have another question: is it possible to automatically include filters (e.g. saved searches), so I can see the visualisation only on the subset of data which matches the filter?

ytzlax commented 5 years ago

Meanwhile you can't