-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Hi Guys, I've been trying to make this work with no luck.
My config is as follow:
cluster.name: fake
node.name: prd-fake-app-01
cloud:
aws:
access_key: AKIAI24ITOQA4NFAKE
secret_key: 7fHOeNoeuzFrnvpKgXj2ac6GL4TkeFAKE
region: us-east
discovery:
type: ec2
groups: sg-8d64fake
IAM user has full access to ec2.
Log looks as follow:
[2015-09-23 22:50:12,058][INFO ][node ] [prd-fake-app-01] initializing ...
[2015-09-23 22:50:12,149][INFO ][plugins ] [prd-fake-app-01] loaded [cloud-aws], sites []
[2015-09-23 22:50:12,188][INFO ][env ] [prd-fake-app-01] using [1] data paths, mounts [[/ (/dev/xvda1)]], net usable_space [16.6gb], net total_space [19.5gb], types [ext4]
[2015-09-23 22:50:15,076][INFO ][node ] [prd-fake-app-01] initialized
[2015-09-23 22:50:15,076][INFO ][node ] [prd-fake-app-01] starting ...
[2015-09-23 22:50:15,132][INFO ][transport ] [prd-fake-app-01] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.50.1.114:9300]}
[2015-09-23 22:50:15,140][INFO ][discovery ] [prd-fake-app-01] erx/2G9PkhMFQVuC7YZyTGWdTw
[2015-09-23 22:50:21,165][INFO ][cluster.service ] [prd-fake-app-01] new_master [prd-fake-app-01][2G9PkhMFQVuC7YZyTGWdTw][prd-fake-app-01][inet[/10.50.1.114:9300]], reason: zen-disco-join (elected_as_master)
[2015-09-23 22:50:21,182][INFO ][http ] [prd-fake-app-01] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.50.1.114:9200]}
[2015-09-23 22:50:21,182][INFO ][node ] [prd-fake-app-01] started
[2015-09-23 22:50:21,194][INFO ][gateway ] [prd-fake-app-01] recovered [0] indices into cluster_state
and same thing is happening in the other node.
I've also tried using the name of the security group with no luck.
I've tried plugin version 2.7.0 and 2.7.1 on ES 1.7.0.
I've this working in the same way with ES 1.7.0 and plugin version 2.7.0
Everything is configured in the same way as I'm doing this thru chef.
Is there any way to get the log in debug ?
any ideas on what to look?
thanks in advance