Hello All,
I am new to ELK stack and we are about to start a POC for one of the client requirement.
Our client already having an application where they able to see data graphically and in tables. For some reason client wanted to migrate this application ELK platform.
The existing application provides an option to user similar to that of we see in many e-commerce sites to filter the product before search. Based on the filters applied the chart prepared.
Now that we are about to move to ELK, i would like to know is it possible to create visualization dynamically / using code(java api for example) from the client application and display it in client side. I have gone thru some discussion this forum related to creating visualization using code and pushing into .kibana index and adding it to dashboard. So the query i have here is, is it possible to show the visualization created dynamically in client application instead of using dashboard to view it?
Edit : Filters applied by client in the portal will be applied on the data. Based on this filtered data we want to show the visualization in client portal.
Thanks in advance.