kurtado / quick-elk

Install and run an ELK stack on your laptop, lickety-split!
71 stars 31 forks source link

Marvel and elasticsearch-kopf are not in the locations specified by the script #17

Open pipwilson opened 9 years ago

pipwilson commented 9 years ago

As subject. I couldn't find obvious alternative download locations.

Their absence seems to cause the whole thing to fail, since I've had the stack running using this script several times in the past.

$ ./install.sh
Installing ELK stack into /home/pgw22/elk
Logstash already Downloaded
Elasticsearch already Downloaded
Downloaded... Now installing
Unpacking logstash
Unpacking Elasticsearch
Unpacking nfl dataset
Installing Marvel latest
-> Installing elasticsearch/marvel/latest...
Trying http://download.elasticsearch.org/elasticsearch/marvel/marvel-latest.zip...
Trying http://search.maven.org/remotecontent?filepath=elasticsearch/marvel/latest/marvel-latest.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/elasticsearch/marvel/latest/marvel-latest.zip...
Trying https://github.com/elasticsearch/marvel/archive/latest.zip...
Trying https://github.com/elasticsearch/marvel/archive/master.zip...
Failed to install elasticsearch/marvel/latest, reason: failed to download out of all possible locations..., use --verbose to get detailed information
Kibana already Downloaded
Kibana already installed
Installing kopf latest
-> Installing lmenezes/elasticsearch-kopf...
Trying https://github.com/lmenezes/elasticsearch-kopf/archive/master.zip...
Failed to install lmenezes/elasticsearch-kopf, reason: failed to download out of all possible locations..., use --verbose to get detailed information
Starting Elasticsearch to run in the background.
loading nfl data using logstash
Using milestone 2 filter plugin 'csv'. This plugin should be stable, but if you see strange behavior, please let us know! For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones {:level=>:warn}
Using milestone 1 codec plugin 'dots'. This plugin should work, but would benefit from use by folks like you. Please let us know if you find bugs or have suggestions on how to improve this plugin.  For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones {:level=>:warn}
Elasticsearch::Transport::Transport::Errors::ServiceUnavailable: [503] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Temporarily Unavailable</title>
</head><body>
<h1>Service Temporarily Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>

  __raise_transport_error at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.1/lib/elasticsearch/transport/transport/base.rb:132
          perform_request at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.1/lib/elasticsearch/transport/transport/base.rb:227
          perform_request at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.1/lib/elasticsearch/transport/transport/http/faraday.rb:20
          perform_request at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-transport-1.0.1/lib/elasticsearch/transport/client.rb:102
          perform_request at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-api-1.0.1/lib/elasticsearch/api/namespace/common.rb:21
             get_template at /home/pgw22/elk/logstash-1.4.2/vendor/bundle/jruby/1.9/gems/elasticsearch-api-1.0.1/lib/elasticsearch/api/actions/indices/get_template.rb:24
         template_exists? at /home/pgw22/elk/logstash-1.4.2/lib/logstash/outputs/elasticsearch/protocol.rb:132
         template_install at /home/pgw22/elk/logstash-1.4.2/lib/logstash/outputs/elasticsearch/protocol.rb:21
                 register at /home/pgw22/elk/logstash-1.4.2/lib/logstash/outputs/elasticsearch.rb:259
                     each at org/jruby/RubyArray.java:1613
             outputworker at /home/pgw22/elk/logstash-1.4.2/lib/logstash/pipeline.rb:220
            start_outputs at /home/pgw22/elk/logstash-1.4.2/lib/logstash/pipeline.rb:152
Now browse to:
http://localhost:9200/_plugin/marvel
or
http://localhost:9200/_plugin/kopf
or
http://localhost:9200/_plugin/kibana
or
http://localhost:9200/_plugin/kibana/index.html#/dashboard/file/week-by-week.json
samizel commented 9 years ago

Push. Same problem over here.

kurtado commented 9 years ago

Hi @pipwilson and @samizel. Just updated to more recent versions, could you check if you're still having this problem? Thanks!