-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Comments
Thanks for this. |
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. |
this is true does not work with ES 1.0.0 |
This worked for me on Elasticsearch version "1.0.1" |
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. |
* 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.
It's pretty easy to install Kibana3 as an ES site plugin:
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:
But instead it's
Without the elasticsearch-kibana-e57aba1 directory Kibana3 as an ES plugin is working fine.
The text was updated successfully, but these errors were encountered: