Re: Creating Dynamic Dashboard with Kibana

2014-07-23 Thread Andre Encarnacao
I am actually wondering the same thing. Is there a way to query ES from within a Kibana dashboard script in order to make decisions on how to layout our dashboard? I tried using the ElasticSearch-js API (copy and pasted the entire API into the dashboard script) but there's no way to use the asy

Creating Dynamic Dashboard with Kibana

2014-06-26 Thread Yongtao You
Hi, I would like to create a "dynamic" dashboard similar to ".../kibana/src/index.html#/dashboard/script/logstash.js". By dynamic I mean I want to generate the dashboard based on a query result. For example, I would like to query a field and find out how many unique values are there in that fi