i've been stuck on day. downloaded , installed elasticsearch 2.3.3 on redhat vm. trying follow started video on site not 1 of installation commands video has worked me, i've tried following installation methods guide.
i downloaded rpm , entered following commands install:
cd /usr/share/elasticsearch bin/plugin -dproxyhost=... -dproxyport=... install license bin/plugin -dproxyhost=... -dproxyport=... install marvel-agent
i started elasticsearch node , went localhost:9200/_plugin/marvel nothing popped up.
i thought might because downloaded agent , not marvel, tried installing marvel cmd line, getting filenotfound exception
bin/plugin -dproxyhost=... -dproxyport=... install marvel
i manually downloaded marvel-2.3.3.tar.gz , tried installing manually
bin/plugin -dproxyhost=... -dproxyport=... install --verbose file://.../marvel-2.3.3.tar.gz
but i'm told zip missing plugin-descriptor.properties file
verifying file:/home1/isuser/downloads/marvel-2.3.3.tar.gz checksums if available ... note: unable verify checksum downloaded plugin (unable find .sha1 or .md5 file verify) error: not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
i unzipped marvel-2.3.3.tar, added .properties file, rezipped, , reinstalled. still got same error.
i need help. frustrating. still need install kibana if installation near infuriating 1 i'm not looking forward it...
edit:
i got past error moving .properties file within marvel
directory same level, i'm getting new error. keeps giving me filenotfoundexception
.
[root@den01ejm elasticsearch]# bin/plugin install -dproxyhost=www-proxy.us.oracle.com -dproxyport=80 --verbose /home1/isuser/desktop/up/marvel-2.3.3.tar.gz -> installing /home1/isuser/desktop/up/marvel-2.3.3.tar.gz... trying https://download.elastic.co//home1/home1-isuser.zip ... failed: filenotfoundexception[https://download.elastic.co//home1/home1-isuser.zip]; nested: filenotfoundexception[https://download.elastic.co//home1/home1-isuser.zip]; trying https://search.maven.org/remotecontent?filepath=/home1/isuser/home1-isuser.zip ... failed: filenotfoundexception[https://search.maven.org/remotecontent?filepath=/home1/isuser/home1-isuser.zip]; nested: filenotfoundexception[https://search.maven.org/remotecontent?filepath=/home1/isuser/home1-isuser.zip]; trying https://oss.sonatype.org/service/local/repositories/releases/content//home1/isuser/home1-isuser.zip ... failed: filenotfoundexception[https://oss.sonatype.org/service/local/repositories/releases/content//home1/isuser/home1-isuser.zip]; nested: filenotfoundexception[https://oss.sonatype.org/service/local/repositories/releases/content//home1/isuser/home1-isuser.zip]; trying https://github.com//home1/archive/isuser.zip ... failed: filenotfoundexception[https://github.com//home1/archive/isuser.zip]; nested: filenotfoundexception[https://github.com//home1/archive/isuser.zip]; trying https://github.com//home1/archive/master.zip ... failed: filenotfoundexception[https://github.com//home1/archive/master.zip]; nested: filenotfoundexception[https://github.com//home1/archive/master.zip]; error: failed download out of possible locations..., use --verbose detailed information
cd /usr/share/elasticsearch bin/plugin -dproxyhost=... -dproxyport=... install license bin/plugin -dproxyhost=... -dproxyport=... install marvel-agent
this needs installed in elasticsearch 2.x make marvel monitor elasticsearch. marvel agent monitors node, dependency on license plugin, ships data ever it's configured go (to same node, default).
the third plugin you're trying install marvel ui component. starting es 2.x, ui component part of kibana , not elasticsearch.
as such, should installing plugin in kibana. trying use marvel 2.3.3, should using kibana 4.5 (so kibana 4.5.1 of now). kibana, can install there:
bin/kibana plugin --install elasticsearch/marvel/latest
note: syntax of plugin commands change in elasticsearch 5.x , kibana 5.x and simplified literally being same file both elasticsearch , kibana, both applications still needed both sides: monitoring , ui.
bin/elasticsearch-plugin install x-pack bin/kibana-plugin install x-pack