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

How to create visualization dynamically #33

Closed nierjeshkumar closed 6 years ago

nierjeshkumar commented 6 years ago

Hi team,

I want to use API in my script so that I can create visualization dynamically. I have already created a script by which i am able to create index pattern dynamically now I want to use that index pattern further so that i can create visualization dynamically. So I have apache-access* index pattern(created through script) now how i can use this index pattern to create visualization dynamically? Please help.

Also I installed the Kibana API plugin then restart the service but still i m not able to see Kibana API in Kibana tool??

ytzlax commented 6 years ago

Hi, Did you create the index-pattern by kibana-API plugin? If not, do you see errors in kibana logs?

nierjeshkumar commented 6 years ago

Hi @ytzlax , No, I did not create index-pattern by kibana plugin and I dont see any error in logs.

ytzlax commented 6 years ago

How did you install the plugin? Which kibana version are you using?

ytzlax commented 6 years ago

Closes due to inactivity