Well.
I use the 1.0.0.RC1 this is what I get. ES still not working. What is missing? I installed elasticsearch-cloud-aws. /var/log/elasticsearch# service elasticsearch start * Starting Elasticsearch Server ...done. root@aws-elasticsearch-east-development:/var/log/elasticsearch# service elasticsearch status * elasticsearch is not running this is what is in the log [2014-01-25 15:28:59,363][INFO ][node ] [Novs] version[1.0.0.RC1], pid[18046], build[c6155c5/2014-01-15T17:02:32Z] [2014-01-25 15:28:59,364][INFO ][node ] [Novs] initializing ... [2014-01-25 15:28:59,452][INFO ][plugins ] [Novs] loaded [cloud-aws], sites [] [2014-01-25 16:44:34,376][INFO ][node ] [Amatsu-Mikaboshi] version[1.0.0.RC1], pid[18564], build[c6155c5/2014-01-15T17:02:32Z] [2014-01-25 16:44:34,377][INFO ][node ] [Amatsu-Mikaboshi] initializing ... [2014-01-25 16:44:34,422][INFO ][plugins ] [Amatsu-Mikaboshi] loaded [cloud-aws], sites [] [2014-01-25 16:54:00,859][INFO ][node ] [Bob] version[1.0.0.RC1], pid[18826], build[c6155c5/2014-01-15T17:02:32Z] [2014-01-25 16:54:00,860][INFO ][node ] [Bob] initializing ... [2014-01-25 16:54:00,904][INFO ][plugins ] [Bob] loaded [cloud-aws], sites [] Here is the elasticserch.yml file cluster.name: adfadfafafelasticsearch path.data: /data/es/data discovery.type: ec2 cloud.aws.access_key: <%=@AWS_ACCESS_KEY_ID %> cloud.aws.secret_key: <%=@AWS_SECRET_ACCESS_KEY %> On Saturday, January 25, 2014 2:34:35 PM UTC+8, David Pilato wrote: > > Aws plugin 2.0.0.RC1 works only with Elasticsearch 1.0.0.RC1 and >. > > Look at the README. > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 25 janv. 2014 à 03:37, David Montgomery > <[email protected]<javascript:>> > a écrit : > > Hi, > Newbie for installing ES esp on ec2. > > I used the deb package to installing ubuntu 12.04 > > anyway..... > > here is the basics of how I install with my chef recipe > > version = '0.90.10' > remote_file > "#{Chef::Config[:file_cache_path]}/elasticsearch-#{version}.deb" do > source " > https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-#{version}.deb > " > action :create_if_missing > end > > dpkg_package > "#{Chef::Config[:file_cache_path]}/elasticsearch-#{version}.deb" do > action :install > end > bash "add_aws" do > cwd "/usr/share/elasticsearch" > code <<-EOH > git clone https://github.com/elasticsearch/elasticsearch-cloud-aws.git > bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.0.0.RC1 > EOH > not_if {File.exists?("elasticsearch-cloud-aws")} > end > > > Here is my log file additions > discovery.type: ec2 > cloud.aws.access_key: <%=@AWS_ACCESS_KEY_ID %> > cloud.aws.secret_key: <%=@AWS_SECRET_ACCESS_KEY %> > > > > > So...wow...ES will not work. > > this is what i get > sudo service elasticsearch status > * elasticsearch is not running > > I run for the command line this is what I get... > > /usr/share/elasticsearch/bin/elasticsearch -f > log4j:WARN No appenders could be found for logger (node). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for > more info. > > > I look at the logs..nothing that points to an error. > > > > So..how do I get auto discovery to work onb ec2? > > Thanks > > > > > > > > > > > > > > > > > -- > 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] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/a48c0e49-e956-402b-8ea3-cf7037dc9f0d%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/8dfd0de7-53bd-49b6-87c9-3cc1abaeb654%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
