Re: Elasticsearch 1.0.1 on AWS

2014-03-21 Thread Geet Gangwar
ec2 discovery. Regards Geet On Fri, Mar 21, 2014 at 2:46 PM, Geet Gangwar wrote: > I have set private ip of my data node. > > discovery.zen.ping.unicast.hosts: ["10.142.181.16"] > and have disabled the multicast > > discovery.zen.ping.multicast.enabled: false >

Re: Elasticsearch 1.0.1 on AWS

2014-03-21 Thread Geet Gangwar
er.com/elasticsearchfr> > > > Le 21 mars 2014 à 09:33:35, Geet Gangwar (geetgang...@gmail.com) a écrit: > > Thanks David for such a quick reply. > > I tried you command from one node to second node and got following result. > > { > "status" : 503,

Re: Elasticsearch 1.0.1 on AWS

2014-03-21 Thread Geet Gangwar
run > > curl http://secondnodeip:9200/ > > Same from second node. > > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 21 mars 2014 à 08:08, Geet Gangwar a écrit : > > Hi > > I am also facing same issue of no d

Re: Elasticsearch 1.0.1 on AWS

2014-03-21 Thread Geet Gangwar
Hi I am also facing same issue of no dicovery.ec2 logs getting generated for elasticsearch 1.0.1 and cloud-aws plugin 2.0.0.RC I tried the corrected version of setting given: cloud: aws: access_key: XX secret_key: XX region: ap-southeast-1 discovery: type: ec2

Re: Bulk throughput issues

2014-01-06 Thread Geet Gangwar
Thanks tdjb, I followed your code and it worked for me, I tried to set the refresh_interval in the transport client setting but it seems its not working. Please suggest me how can set the refresh interval using transport client. Regards Geet On Fri, Jan 3, 2014 at 8:32 PM, tdjb wrote: > Jörg

Re: Bulk throughput issues

2014-01-02 Thread Geet Gangwar
Hi tdjb, I am also working on similar task, my requirement is to store around 70 million documents on a single mode. I have a 8 GB 8 core machine. Please guide me how should take approach. Also request you to share some code samples of how I can use Bulk Processor. Regards Geet On Thursday,