You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
This adds a setting to allow hostname verification to be disabled for https
connections. Without this option Marvel will not work when the hostname
in a certificate cannot be verified.
Closeselastic#384
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?
The text was updated successfully, but these errors were encountered: