Re: Visualize stats of MS SQL tables using ElasticSearch

2014-12-30 Thread Elvar Böðvarsson
1. JDBC River to get data into Elasticsearch 2. Kibana to visualize everything On Tuesday, December 30, 2014 4:45:31 AM UTC, Ashutosh Parab wrote: > > What I am doing is loading my MS SQL database into ElasticSearch. I want > to perform different types of aggregations/statistics correaltions on t

Visualize stats of MS SQL tables using ElasticSearch

2014-12-29 Thread Ashutosh Parab
What I am doing is loading my MS SQL database into ElasticSearch. I want to perform different types of aggregations/statistics correaltions on the rows of those tables. So I wanted to know whether there is any tool to visualize such data. Is there a tutorial to demonstrate how this can be done?