How to design a dashboard like kibana?

Hi there,this is my case:Id like to create a dashboard exactly the same as Kibana,in the dashboard there is only one page and can display some log data and graphs.How can i get the log datas which stored in Elasticsearch?By invoking Kibanas API or invoking ElasticSearch `s Restful API?

Much appreciate!

Hi Bill

You can always use just invoke Elasticsearch Restful APIs directly for this purpose. No need to go through Kibana for this.

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs.html

Do let us know if you need more information.

Thanks
Rashmi

1 Like

Ok,i got it,thanks a lot!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.