LeeDr
(Lee Drengenberg)
June 3, 2016, 6:59pm
2
That question comes up fairly often. There's not a built-in way that I know of.
Have a look at;
I have a collection of systems collecting the same stats and (not surprisingly) I like to make a single dashboard that varies only be the system name.
In the docs for Kibana 3 I found this page: Scripted Dashboards .js
.. which looks like what I want but the top of the page says it's for an older version (3.x) and there's no corresponding page in the 4.x documentation.
Is there a new way do to this?
Pete
Hi,
I'm quite new to ELK stack and deving on 5.0.0.
I want a single Master Kibana Dashboard showing summary Topbeat statistics, and a Detail dashboard for each Server. I will use a Markup Visualization for navigation between dashboards.
Strikes me that for each Server Dashboard I'm re-doing each visualization, and replicating dashboards (one for each server). I'm building up a future maintenance nightmare.
I would much rather have Template visualizations, and a Template Dashboard (containi…
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.