Nope, I just made a typo by translating my elasticsearch properties file here. :) I use spring to inject all my properties into my Client. All the properties for the client are actually like this :
node.name=Elastic Search Realtime Client node.client=true node.data=false cluster.name=elasticsearchrealtime #################################### Index #################################### index.number_of_shards=16 index.number_of_replicas=1 ################################### Memory #################################### # ElasticSearch performs poorly when JVM starts swapping=you should ensure that # it _never_ swaps. # # Set this property to true to lock the memory: # bootstrap.mlockall=true ################################## Discovery ################################## discovery.type=ec2 discovery.ec2.groups=elasticsearchrealtime,storm discovery.ec2.ping_timeout=60s discovery.ec2.any_group=true ####################### AWS Settings cloud.aws.region=us-east-1 cloud.aws.access_key=xxxx cloud.aws.secret_key=xxxx Thanks though! On Tuesday, January 28, 2014 5:38:01 PM UTC-8, Jörg Prante wrote: > > Is this a typo? > > discovery.type=ec2 > > Jörg > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f3c995a0-52c7-4984-b80f-dc0143a4abdc%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
