QA dashboard which gives detailed analysis on the bug trends (new,resolved,duplicate) etc

2015-02-13 Thread Arun Varghese
analysed even though if it is not in json or a predefined format. Any insights on this would be helpful. Thanks, Arun Varghese -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails fro

disable cluster rebalancing for replicas

2014-12-30 Thread Arun
d get allocated when the cluster has 3 members. I have looked at cluster.routing.allocation*rebalance options but I'm confused. Any help is appreciated. Thanks, Arun -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubsc

best way to secure Elastic Search in window environment

2014-10-10 Thread Arun Kumar R
Can some one help me how to secure elastic search hosted in windows environment like having api key or somethign else. -- 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 em

Re: Couchbase replication issue with Elasticsearch

2014-10-09 Thread Arun M.R
Hai, i also have the same problem with couchbase elasticsearch replication. It is possible to replicate all sample bucket that with couchbase, but i can not able to make replication with a new bucket. *versions* *couchbase 3.0.1elasticsearch 1.3 couchbase elasticsearch plugin 2.0.0* *Body

Re: issues with using repository-hdfs plug in for snapshot/restore operation

2014-09-30 Thread Arun Prakash
Hi Jinyuan Zhou, I am also having the same issue... On Tuesday, July 8, 2014 3:12:04 AM UTC+5:30, Jinyuan Zhou wrote: > > I am using elasticsearch 1.2.1 and CDH 4.6. quick start vm. My ES server > is installed on the same vm. > I have one successful senario: I used light version and add the re

Re: Delete Records in ES

2014-03-28 Thread Arun Prasath
David, I'm using following command in Sense. Is this correct ? Index - local-test Type - logs-test DELETE /local-test/logs-test/ { "query" : { "range" : { "TransactionTime" : "from" : "2014-03-26 12:23:41", "to"

Re: Delete Records in ES

2014-03-28 Thread Arun Prasath
gt; @dadoonet <https://twitter.com/dadoonet> | > @elasticsearchfr<https://twitter.com/elasticsearchfr> > > > Le 28 mars 2014 à 15:00:01, Arun Prasath (arun.av...@gmail.com) > a écrit: > > > David, > > I'm using following command in Sense. Is this correct ? >

Re: Delete Records in ES

2014-03-28 Thread Arun Prasath
te-mapping > > You need to add _query at the end. > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | > @elasticsearchfr<https://twitter.com/elasticsearchfr> > > > Le 28 mars 2014 à 15:09:07, Arun Pr

Re: Delete Records in ES

2014-03-28 Thread Arun Prasath
-range-filter > or: > http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-range-query.html > > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | > @elasticsearchfr<ht

Re: Delete Records in ES

2014-03-28 Thread Arun Prasath
for particular date range. Appreicate your Help. On Thursday, March 27, 2014 5:55:05 PM UTC-4, David Pilato wrote: > > Use range not term > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > Le 27 mars 2014 à 22:34, Arun Prasath > > a écrit

Delete Records in ES

2014-03-27 Thread Arun Prasath
"from" : "2014-03-26 12:23:41", "to" : "2014-03-26 12:24:40"} } } Thanks, Arun -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving email

Re: Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
t; : "jdbc:sqlserver://localhost:1433;databaseName=cdt", "user" : "CDT_Admin", "password" : "cdtpassword", "index": "local-test", *"ttl" : { "enabled" : true, "default" : &q

Re: Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
Binh, Where to execute the command you have given me. I don't know how to execute. Is there any tool to run curl ? I'm using sense plug in. I'm trying to do like below in sense - How to make sure its enabled after running this command. *local-test - Index.* *logs-test - Type. * PUT

Re: Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
Binh, Thanks for the update. I will delete and recreate the index. Still I want to know how to make TTL working in ES. I need to delete records after certain period. I guess I'm using river to pull data from SQL Server though JDBC driver and push it to ES. I'm unclear how to enable and make

Re: Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
Binh, this is what i get... Is this a bug need to be fixed or am i doing something wrong. As i posted initially is that right way to set ttl. Please confirm. > { > "local-test" : { > "mappings" : { > "logs-test" : { > "properties" : { > "AccountNumber" : { >

Search by datetime

2014-03-27 Thread Arun Prasath
Im using Kibana to view ES data. I want to filter by 3h,4h... I set Relative Time Options (5m,15m,3h,4h,6h,12h,24h,2d,7d,30d) in TimePicker configure dash board options but I could see records only for 6h ( from : now-6h) not for 4h,2h... Am i missing something here. I need to see

Re: Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
> > { > "local-test" : { > "mappings" : { > "logs-test" : { > "properties" : { > "AccountNumber" : { > "type" : "string" > }, > "NumberOfPhoneLines" : { > "type" : "long" > }, > "TransactionTime" : { >

Getting error when TTL is executed.

2014-03-27 Thread Arun Prasath
Getting error when i applied TTL while creating Index. Able to search data. I set TTL for 4m , after 4m still i see data available. How to make TTL work and delete records after specified time. I'm using elasticsearch 1.09 (latest). Any help would be much appreciated. Index Creation "type

Multicast Enabled?

2014-01-30 Thread Arun Rao
Hello - I set the following property in elasticsearch.yml and restarted elastic search. *discovery.zen.ping.multicast.enabled: false* After restarting, i still see two UDP packets going out to the multicast address 224.2.2.4. How to disable this? please advise. Thanks! -- You received thi