Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana3 installation as elasticsearch site plugin results in 404 #370

Closed
rkettelerij opened this issue Aug 14, 2013 · 5 comments
Closed

Comments

@rkettelerij
Copy link

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.

@scottrice10
Copy link

Thanks for this.

@Hocdoc
Copy link

Hocdoc commented Feb 13, 2014

I cannot get this working with a fresh new Elasticsearch 1.0.0 installation.

It would be very cool if it would possible to install Kibana3 as ES plugin just like Marvel, but I didn't found any documentation about this beside this issue.

@Engineiro
Copy link

this is true does not work with ES 1.0.0

@yasirbam
Copy link

yasirbam commented Mar 2, 2014

This worked for me on Elasticsearch version "1.0.1"
sudo ./plugin -url http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip -install elasticsearch/kibana3

@rashidkpc
Copy link
Contributor

We don't currently support Kibana as a _site plugin. We've decided to implemented a dedicated backend for Kibana 4 so installation as a site plugin is no longer possible.

harper-carroll pushed a commit to harper-carroll/kibana that referenced this issue Jul 11, 2016
w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* Added conditional rendering to datasource to check if datasource is a React component

* Added isReact: true prop to datasources

* Added wrapper component for conditional rendering of React vs non-React datasource components

* Removed isReact prop from all datasources

* Added templateFromReactComponent wrapper around datasource templates

* Stored reference to domNode in datasource instead of spec.

* Removed domNode static variable in datasource. Instead, ref to domNode is passed into callRenderFn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants
@rkettelerij @rashidkpc @Engineiro @Hocdoc @scottrice10 @yasirbam and others