Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  28] [ 4]  / answers: 1 / hits: 6818  / 10 Years ago, thu, september 25, 2014, 12:00:00

My colleague is working on this project to create a simpler version of an already existing site called Kibana. Some of it's graphs to be in particular are to be re-made. What I was thinking is that, will it be possbile for us to just capture the graph of kibana into our simpler html site by using jQuery.



PS: By capture I mean, display the whole dynamic AJAX portion of the site (graphs) in our own html page.



Something like this:



<html>
<head>
<script>
function
{
('#div_in_our_html_page').load('div_for_the_graph_in_kibana');
}
</script>
</head>
<body onload=load()>
</body>
</html>

More From » jquery

 Answers
2

I am using Kibana 3.1.2. I copied the root folder after renaming it to kibana in my web application. I added a link in my application so it would load the dashboard I am interested in showing. Wouldn't that solve your problem?


[#42277] Wednesday, September 24, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
agustindejonm

Total Points: 738
Total Questions: 84
Total Answers: 84

Location: Northern Ireland
Member since Mon, Nov 14, 2022
2 Years ago
agustindejonm questions
Fri, Jun 25, 21, 00:00, 3 Years ago
Fri, Sep 18, 20, 00:00, 4 Years ago
Sat, May 16, 20, 00:00, 4 Years ago
;