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

Option for interactivity in embedded mode #3046

Closed
ZeAleks opened this issue Feb 16, 2015 · 27 comments
Closed

Option for interactivity in embedded mode #3046

ZeAleks opened this issue Feb 16, 2015 · 27 comments
Labels

Comments

@ZeAleks
Copy link

ZeAleks commented Feb 16, 2015

Hi,

Here is another possible improvement. When I share a visualisation or dashboard, I'd like to have a parameter that allow me to include the search box and the filter pan (or not).

That will allow easily to have a full useable report.

Thank you.
Aleks

@rashidkpc rashidkpc changed the title Search box in "Embed" iframe Option for interactivity in embedded mode Feb 17, 2015
@mablae
Copy link

mablae commented Jun 1, 2015

👍

@fredcido
Copy link

+1

@telune
Copy link

telune commented Nov 12, 2015

+1

This is a great future to embed Kibana inside a custom web GUI, and still allow a "free search" to skilled users.

@josehelps
Copy link

1+

@RedCloudDC
Copy link

+1 is this feature included 4.2.x?

@waypointsoftware
Copy link

agreed , seems to me that when you filter inside a visualization thats inban iframe that the iframe url is not updated

@i-ask-too-many-questions

I can't believe this feature isn't added in Kibana 4.3 yet..

@lefebsy
Copy link

lefebsy commented Jan 5, 2016

+1

@i3visio
Copy link

i3visio commented Jan 26, 2016

We were thinking about a workaround by modifying on the fly (with an external HTML textfield) the content of the iframe by applying the query inserted by the user.

For instance, in the following code:

<iframe src="http://localhost:5601/app/kibana#/dashboard?embed&_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-15m,mode:quick,to:now))&_a=(filters:!(),options:(darkTheme:!f),panels:!((col:1,id:Guidelines-and-Basic-Usage,panelIndex:1,row:1,size_x:3,size_y:2,type:visualization)),query:(query_string:(analyze_wildcard:!t,query:'*')),title:'New%20Dashboard',uiState:())" height="600" width="800"></iframe>

Modifying the part linked to the query from:

query:(query_string:(analyze_wildcard:!t,query:'*')),

To:

query:(query_string:(analyze_wildcard:!t,query:'language:es')),

This works for us but we feel that this is not the desired behaviour.

@thn-dev
Copy link

thn-dev commented Mar 18, 2016

In the embedded URL above, if you remove the word "embed" from the URL, the search bar will be displayed...

http://localhost:5601/app/kibana#/dashboard?**embed&**_g=(ref...

Note: I'm currently using ES 2.1.1 and Kibana 4.3.1

@dfaropennetwork
Copy link

+2

@AdriDevOp
Copy link

+1

1 similar comment
@Shifter2600
Copy link

+1

@ycombinator
Copy link
Contributor

Another user requesting this enhancement: https://discuss.elastic.co/t/while-im-using-share-dashboard-using-iframe-tag/65000/5

@tylersmalley
Copy link
Contributor

@nasirus
Copy link

nasirus commented Jun 26, 2017

+1

2 similar comments
@Wassim24
Copy link

+1

@antoniohgleite
Copy link

+1

@shaked571
Copy link

i was going to ask this one also, it would be an amazing addition.
+1

@amirkatzster
Copy link

+1

1 similar comment
@martibla
Copy link

+1

@DeanKamali
Copy link

+1

4 similar comments
@daviseford
Copy link

+1

@chriswetterman
Copy link

+1

@uwrob
Copy link

uwrob commented Apr 13, 2018

+1

@wkok
Copy link

wkok commented May 10, 2018

+1

@stacey-gammon
Copy link
Contributor

Duplicate of #9575, will close this one in favor of that because it's a bit more fleshed out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.