Skip to content
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

embedded dashboard kibana as static #16871

Closed
agonzalezm opened this issue Feb 22, 2018 · 1 comment
Closed

embedded dashboard kibana as static #16871

agonzalezm opened this issue Feb 22, 2018 · 1 comment
Labels
enhancement New value added to drive a business result Feature:Dashboard Dashboard related features Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@agonzalezm
Copy link

Hi, i would like to do request to allow to embbed static version of a dashboard in a website, no client-side filters, or clicking in visualization to filter by that, etc

Currently you can embbed dashboard using iframe but end user browser will need access to kibana and opening browsers tools will see all request to kibana ip and can login.

What I want is:

  1. have kibana on intranet (not acessible on internet)
  2. have my website (asp.net) accesible on internet
  3. website can query kibana dashboard and pass query_string to a dashboard so each logged in user in my website just see their own data in the dashboard
  4. website pass query_string to kibana it returns all dashboard code static (html/js/cs) and i insert it into div/iframe in my website and user can see dashboard in my website without directly connecting to kibana or modifying filter, or opening browser tools and seeing the kibana requestes, etc.
  5. To refresh user will refresh my website app and my app will query again kibana to get static version of dashboard.
  6. If I want to implement filters I will do in my app and pass as query_string to kibana.

What do you think? Anyone else find this useful for their webapps?

@nreese nreese added :Sharing enhancement New value added to drive a business result labels Feb 23, 2018
@stacey-gammon stacey-gammon added the Feature:Dashboard Dashboard related features label Feb 26, 2018
@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed :Sharing labels Sep 14, 2018
@timroes timroes added Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 7, 2020
@ThomThomson
Copy link
Contributor

Lately, the iframe functionality on Dashboards has not been prioritized. That said, we are considering adding a mode to Dashboards that disables interactivity. Closing this in favour of #137560, because adding the ability to hide the whole unified search bar will make the dashboard non-interactive which would fulfill this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Dashboard Dashboard related features Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

5 participants