Hi there,
I'm new to Kibana and the forums, so my questions are fairly broad/basic at this stage.
I'm also developing a webapp that will display graphs from ES. Are Kibana iFrames the best way to visualize the data? Is there a JS library I can use to control the graphs a little better?
Some issues that I would like to address:
- Faster initial loading times for multiple graphs
- State management so graphs don't reload on page load
- Filters are applied to all graphs on same page
I'm sure I can find solutions to these issues using libraries. Does the g=()
at the end of the iframe link allow me to programmatically change things within my webapp?
Thanks in advance for your help,
Mick