-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to load dashboard from schema programmatically? #1190
Comments
Create temporary dashboard and open it. |
@bobrik, how to do this programmatically? |
With scripted dashboards. See http://www.elasticsearch.org/blog/kibana-3-milestone-4/ "more complex scripted dashboards" and https://github.com/elasticsearch/kibana/blob/v3.0.0milestone4/src/app/dashboards/logstash.js |
I already have a Kibana schema stored in the file. What I need is to load it, i.e. the same function as provided by "Load / Advanced / Local file" command in the web interface. Is there any API method with the same function? |
Sorry I did not understand your use case. |
Thanks. This is what I needed. |
Hi Fandrei, I am creating an application in which I want to create a dashboard programmatically using the data stored in elastic search by index name.Can you help me how can I proceed keeping in mind that I am new to Kibana. I am currently using elastic search 2.1.1 ,log stash 2.1.1 and Kibana 4.3.1 Thanks |
(i.e. by request to the Kibana server from an external program)
The text was updated successfully, but these errors were encountered: