-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link search feature #361
Conversation
I like where this is going. I'd like to see it refined in the following ways:
|
Hi rashidkpc,
|
|
There is no such thing as 'queries already present' because http is stateless and Kibana has no session as far as I know so a GET request for a dashboard with a query parameter should set the query to that value. |
I'm going to close this for now, This will be implemented soon, I just want to make sure its the right level of dynamic and has the structure to allow for future url passed params. |
to allow indexing when `rest.action.multi.allow_explicit_index: false` is set. Closes elastic#361
Fix for bug DE1776
* Created download button component for assets * Added download component to asset manager * Added click handler for downloading assets * Installed mime package. Added extension property to object returned by dataurl.parse. Updated click handler in download component. * Added css to make asset-download float right like asset-copy * removed console log in dataurl * Updated styles for asset manager * Added title attributes to download and clipboard buttons for tooltip
With this feature, users can specify search pattern in URL like this http://kibana.com/logstash.json?query="defg". And Kibana will automatically search this pattern.