Skip to content

Kibana3 installation as elasticsearch site plugin results in 404 #370

Closed
@rkettelerij

Description

It's pretty easy to install Kibana3 as an ES site plugin:

rickette-wifi:bin rickette$ ./plugin -install elasticsearch/kibana3
-> Installing elasticsearch/kibana3...
Trying https://github.com/elasticsearch/kibana3/zipball/master... (assuming site plugin)
Downloading ......................................................................................................................................................................................DONE
Installed kibana3 into /Applications/elasticsearch-0.90.3/plugins/kibana3
Identified as a _site plugin, moving to _site structure ...
Installed kibana3 into /Applications/elasticsearch-0.90.3/plugins/kibana3/_site

However navigating to http://localhost:9200/_plugin/kibana3/ results in a 404. This is cause by one obsolete directory created during installation. The filesystem path should be:

<elasticsearch>/plugins/kibana3/_site/

But instead it's

<elasticsearch>/plugins/kibana3/elasticsearch-kibana-e57aba1/_site/

Without the elasticsearch-kibana-e57aba1 directory Kibana3 as an ES plugin is working fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions