I want to know that is there any tool which uses Elasticsearch API to show report or to generate report based on the data that we have in Elasticsearch?
I have a bunch of log data indexed in my Elasticsearch, but every time I need to write curl query to get count of specific log type by hourly interval. I just need any tool which consists of some UI and where we can configure some settings and can get the detailed report by hour.
Note: I have Kibana 3 and 4. But looking for tool apart from Kibana to show report.
You need to learn how to work with Kibana. You can make visualization (lets say barchart) with date histogram per 1 hour. The data to show is filtered by query at the top of the page. Check out the documentation and look at demo examples at http://demo.elastic.co