Dynamic dashboard

Hi,

Is it possible to dynamically create a dashboard. I want to display the same dashboard for different users whose data is present in the same index as different types like indexname/{userId}. Now for every logged in user, the same dashboard should display the data depending on the userId field.

Is this possible in kibana 4?

Thanks.

1 Like

Hi,

Can someone from the Kibana team please reply if this is feasible in kibana 4 or not?
Thanks.

You can use global filter on top of dashboard.
Every user can search for their username in search pannel and all below report will be refreshed according to the data

At this time, you can also create dashboards dynamically by manipulating the URL in Kibana 4.

However, eventually we do plan to bring back some of the templated dashboard functionality present in Kibana 3. Please +1 if this is important to you: https://github.com/elastic/kibana/issues/4489