-
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
[Feature Request] Add link on row table to external application #363
Comments
+1 |
It would be nice to have this functionality as well. I would prefer to not litter our logs with urls and rather tell Kibana about interesting fields that could allow the user to go directly to another site with a single click. |
+1 this is something we're looking for as well, both for linking to other Kibana dashboards as well as external resources. |
+1 |
+1 |
Hi, is it now possible to add a link on a row or column via scripted fields or something else? I can't find an example... |
Can any one point to example where I can open an info window on click of visualizations- Grid Data/ Charts/Map points? The info window should be another visualization, and I should be able to pass data when user clicks. |
+1 |
Disable file recon
Hey Rashid,
I think that some users could find useful to link from results displayed in table to another external application.
So, I think you could add 2 more options to table panel:
External url
:http://myownserver.com/myapp/getFromId.php?myid={_id}¶m={obj.field}
(we can replace placeholders with values contained in documents)Open in a new window
. If checked (default), when user click on it, it will open a new window.What do you think?
I will be happy to contribute (with your help :-) )
The text was updated successfully, but these errors were encountered: