I'd like to be able to specify the index pattern or the default index (any one will do) in the URL. The use-case is one user per index, and I'd like to be able to direct each user to their own index. So far, the solution I have is for each user to have their own dashboard, but it's not very nice.
AFAIK this isn't possible, but if it is, please let me know how :) If it's not possible, would you welcome a pull request with this feature? I'm thinking about using URL parameters, like Elasticsearch does. Something like:
http://demo.kibana.org/#/dashboard?default_index=radu-index
I guess this might be expanded for all sorts of parameters, like themes. If you think it's a good idea, does anyone have hints/pointers on how to implement this nicely?
I'd like to be able to specify the index pattern or the default index (any one will do) in the URL. The use-case is one user per index, and I'd like to be able to direct each user to their own index. So far, the solution I have is for each user to have their own dashboard, but it's not very nice.
AFAIK this isn't possible, but if it is, please let me know how :) If it's not possible, would you welcome a pull request with this feature? I'm thinking about using URL parameters, like Elasticsearch does. Something like:
http://demo.kibana.org/#/dashboard?default_index=radu-index
I guess this might be expanded for all sorts of parameters, like themes. If you think it's a good idea, does anyone have hints/pointers on how to implement this nicely?