Kibana plug-in or standalone web app

I have a requirement for a simple web app - basically display a table of data (from elastic) with actionable buttons associated with each row.

My users would prefer this function as a Kibana plug-in for ease of use reasons, but I have looked at the Kibana plugin docs etc and I don't get a warm feeling - I think I might be much better off to do a simple standalone Angular 6 based web app style solution.

Any thoughts ?

Our plugin spec is still experimental and will experience change until it has stabilized. At that time, we will have more documentation finalized. A standalone app would be more stable. You can utilize the ES aggregations and use a JS framework like Flot to create the visualizations. Otherwise, you will need to publish a new version of your plugin when you want to update Kibana and follow the change which affect the plugin interfaces.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.