Hi
We are using the Enterprise Elasticsearch and Kibana to do a variety of tasks behind firewalls in client production environments. Primarily we are doing various monitoring tasks and running machine learning models I built to do forecasting. We have a public-access endpoint system (Node.js) that is used to display data to employees and clients.
I need to export the Kibana dashboards I've built and somehow display them on the internet side of the firewalls. Is there a JavaScript framework or library that can do this? I can get *.ndjson files but how do we interpret them?
PDF's, PNG's, or iFrames will not work here because we need dynamic plots that update based on filters, etc., and the iFrame URL is not accessible from the system that needs to render the stuff.
Thank you!