Install Elasticsearch 5.0.0-alpha2 and Kibana 5.0.0-alpha2
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:
Steps to reproduce:
This fails as Kibana 5 does not have a plugin command:
It should be changed to:
However, also this fails:
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: