Kibana: [Feature Request] Embed Kibana to a website

Created on 28 Jul 2014  Â·  16Comments  Â·  Source: elastic/kibana

I would love to see this feature implemented.

I want kibana customized in such a way I can embed my dashboard onto a website for visualization.

Most helpful comment

Hi,

I'm working on this. Here is the repo : https://github.com/meltygroup/kibana

It works but it need some optimisazion to don't load other graph and for the "RelativeTime" option I have implem.

Some feedback are welcome.

All 16 comments

You can use url parameters and iframes to hack something together (I did this just yesterday within a Confluence page).

To embed individual components, take a look at #729 for options.

Can you send me your code?

It's an iframe. Nothing magic about it. Read the documentation about Kibana
URL parameters, create the schema and load this first. Now you have the
address for the src of the iframe. Simple script manipulation of this
attribute changes the url parameters.

On 31 July 2014 11:15, guptayuvraj [email protected] wrote:

Can you send me your code?

—
Reply to this email directly or view it on GitHub
https://github.com/elasticsearch/kibana/issues/1398#issuecomment-50741212
.

I dont have any idea regarding it. I have just started working in UI.

Would appreciate your help.

hi, I am working on this and looking for some help too.

Hi,

I'm working on this. Here is the repo : https://github.com/meltygroup/kibana

It works but it need some optimisazion to don't load other graph and for the "RelativeTime" option I have implem.

Some feedback are welcome.

Be aware that the kibana maintainer has stated on elasticsearch-users that
kibana is being re-written. This may or may not have an impact on your
development.

On 27 August 2014 17:38, Musialak Jerome [email protected] wrote:

Hi,

I'm working on this. Here is the repo :
https://github.com/meltygroup/kibana

It works but it need some optimisazion to don't load other graph and for
the "RelativeTime" option I have implem.

Some feedback are welcome.

—
Reply to this email directly or view it on GitHub
https://github.com/elasticsearch/kibana/issues/1398#issuecomment-53602228
.

This has been implemented in Kibana 4, both visualizations and entire dashboards can be iframed. The share button in visualize or dashboard facilitates this.

I will like to embedded just some panel, a URL to a PANEL, its possible?

@pereyrdi yes, have a look at this fork: https://github.com/meltygroup/kibana

@pereyrdi yes, embedding of individual visualizations is supported in Kibana 4

Thanks Enda, i download the kibana-fork but when i click the to embed the graph the result is json-text, for example:

{
"status" : 200,
"name" : "Sultan",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "1.4.2",
"build_hash" : "927caff6f05403e936c20bf4529f144f0c89fd8c",
"build_timestamp" : "2014-12-16T14:11:12Z",
"build_snapshot" : false,
"lucene_version" : "4.10.2"
},
"tagline" : "You Know, for Search"
}

not the graph, it's normal? how can i acces to just a graph embeded.

Many thanks!!

Can we embed whole kibana setup within our mvc project. We did for kibana 3 but for kibana 4 i am not able to do. Any suggestion?
Actually i nedd to embed into source because my project is using https so to embed only link of kibana i have to make kibana 4 also to https. So due to this type of limitation i have to embed into project.

I assume that the embed visualization will update itself if there is new data, making it dynamic?

I am also now going to integrate Kibana into Angular JS 2 Admin application. Is there anything related to this or known obstacles with Kibana 5?

Hi All,
Our project is using ELK and we have our own UI.
My requirement is just to view the logs. Can i just embed just the kibana logs into my project's UI and perfrom all the filters supported by kibana.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cafuego picture cafuego  Â·  3Comments

bradvido picture bradvido  Â·  3Comments

tbragin picture tbragin  Â·  3Comments

treussart picture treussart  Â·  3Comments

stacey-gammon picture stacey-gammon  Â·  3Comments