When you use Elastic you need to design your own interfaces in addition to Kibana.
A smart solution based on AngularJS is ElasticUI.
ElasticUI is a set of AngularJS directives enabling developers to rapidly build a frontend on top of Elasticsearch. It builds upon the elastic.js implementation of the Elasticsearch DSL.
The concept of ElasticUI is to have one "view" of your index to which you can add aggregations, sorting, paging, filters by adding directives in your html.
More information here: http://www.elasticui.com/
Comments
Post a Comment