Different indexes for different Panels in Kibana

2014-12-30 Thread Ashutosh Parab
I want to configure Kibana in such a way that my different panels have different indexes. For example, histogram panel uses index 'X'' and table panel uses index 'Y'. Is there any way to do this in Kibana 3. As far as I checked, we can set Index only at Dashboard level and not at Panel level. P

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?

Visualize statistics of MS Sql tables using ElasticSearch

2014-12-29 Thread Ashutosh Parab
What I am doing is that loading the my -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view this discussion on t

Re: JDBC River plugin Error

2014-12-24 Thread Ashutosh Parab
Got it. Chnaged JDBC plugin version to 1.0.3.0 and used JAVA 7. Cheers ! On Wednesday, 24 December 2014 09:56:48 UTC+5:30, Ashutosh Parab wrote: > > I am trying to use JDBC River plugin to connect my DB To Elastic Search. I > was able to put the river config using curl but I am ge

JDBC River plugin Error

2014-12-23 Thread Ashutosh Parab
I am trying to use JDBC River plugin to connect my DB To Elastic Search. I was able to put the river config using curl but I am getting the following error on startup :- [2014-12-24 09:52:45,170][WARN ][river] [LDN] failed to create river [jdbc][mybooks] org.elasticsearch.co

Re: Exception with posting jdbc river config

2014-12-23 Thread Ashutosh Parab
uot;:400} Please advice On Tuesday, 23 December 2014 16:15:00 UTC+5:30, Jason Zhang wrote: > > 2 ways to post data using curl: > > 1. the data here need to be bracketed like `curl -XPUT '' -d '{ "foo": > "bar" }'` > 2. put the data into

Exception with posting jdbc river config

2014-12-23 Thread Ashutosh Parab
I am trying to post jdbc river config using CURL -XPUT on Windows Xp. I want to transfer data from MS SQL database into Elastic Search. However I am getting some exceptions. My Elastic Search version is 1.0.1 C:\>curl -XPUT "http://localhost:9200/_river/mybooks/_meta"; -d {"type":"jdbc","j dbc"

Re: ElasticSearch JDBC River plugin not working

2014-12-21 Thread Ashutosh Parab
.com/jprante/elasticsearch-river-jdbc#overview-about-the-default-parameter-settings > > > On Sun 21.21.14 22:59, Ashutosh Parab wrote: > > How to do that? > > > > On Monday, 22 December 2014 12:25:20 UTC+5:30, Jason Zhang wrote: > > > > > > localhost:920

Re: ElasticSearch JDBC River plugin not working

2014-12-21 Thread Ashutosh Parab
How to do that? On Monday, 22 December 2014 12:25:20 UTC+5:30, Jason Zhang wrote: > > localhost:9200/_river/my_jdbc_river/_meta tells jdbc how to fetch data > from mysql. > > You need to post configs in it first. > > On Sun 21.21.14 22:19, Ashutosh Parab wrote: &

Re: ElasticSearch JDBC River plugin not working

2014-12-21 Thread Ashutosh Parab
How to do that? On Monday, 22 December 2014 11:49:39 UTC+5:30, Ashutosh Parab wrote: > > I am fairly new to ElasticSearch and what I want to achieve is to load a > database from MSSql server into ElasticSearch. After reading some material > online, I found out that I require JDBC

ElasticSearch JDBC River plugin not working

2014-12-21 Thread Ashutosh Parab
I am fairly new to ElasticSearch and what I want to achieve is to load a database from MSSql server into ElasticSearch. After reading some material online, I found out that I require JDBC River plugin to achieve it. I have followed the below steps for installing it I am installing it on *Windows