elastic / timelion

Timelion was absorbed into Kibana 5. Don't use this. Time series composer for Elasticsearch and beyond.
Other
347 stars 79 forks source link

Timelion cannot be installed as documented with Kibana 5.0.0-alpha2 #122

Closed danielmitterdorfer closed 8 years ago

danielmitterdorfer commented 8 years ago

Steps to reproduce:

  1. Install Elasticsearch 5.0.0-alpha2 and Kibana 5.0.0-alpha2
  2. Install Timelion with the command provided in the readme:
./bin/kibana plugin -i elastic/timelion

This fails as Kibana 5 does not have a plugin command:

 ERROR  unknown command plugin

  Usage: bin/kibana [command=serve] [options]

  Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch.

  Commands:
    serve  [options]  Run the kibana server
    help  <command>   Get the help for a specific command
[...]

It should be changed to:

./bin/kibana-plugin install elastic/timelion

However, also this fails:

Attempting to transfer from elastic/timelion
Attempting to transfer from https://download.elastic.co/kibana/elastic/timelion/elastic/timelion-5.0.0-alpha2.zip
Plugin installation was unsuccessful due to error "No valid url specified."

I assume that Timelion is not in the correct S3 bucket. The only way I got it to install was by specifying a URL directly:

./bin/kibana-plugin install https://download.elastic.co/kibana/timelion/timelion-5.0.0-alpha2.zip
rashidkpc commented 8 years ago

The elastic/ prefix was dropped in 5.0.0. I updated the readme