Thanks muebel, but I still don't quite get it.
What I want to do is build a independent website which do some analytical stuff with the Logs.
One way I think it could be done is by using SDK on the client side communicating with a server that runs splunkd. I can do searching and display the results with a graph.
Second way is by using Web Framework. It allows me to build a new dashboard inside splunkweb, and it seems to have more powerful features than SDK (for instance, the chart graph produced by Web Framework can be zoomed in/out while the graph from SDK can't.) But the downside of using Web Framework is that the dashboard(even converted to HTML) can only be run inside SplunkWeb, while I want a separated webside.
Am I understanding it correctly? Can I use Web Framework outside SplunkWeb or can I make the graph generated from SDK have the ability to zoom in/out.
Thanks!
... View more