-
Notifications
You must be signed in to change notification settings - Fork 111
Install Sense #47
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
Comments
I would recommend creating your own docker image that inherits from the official image, if you want to install plugins. Something like this. Make a Dockerfile in a new folder called mykibana Dockerfile
docker build -t mykibana:4.5 . |
You could also run For example https://www.elastic.co/guide/en/kibana/current/_installing_plugins.html |
fyi - sense is built into 5.x |
This image is officially deprecated in favor of upstream's images (see https://www.elastic.co/guide/en/kibana/current/_pulling_the_image.html). For more information, please see docker-library/elasticsearch#160, docker-library/docs#842, and docker-library/docs#945.
Thanks! |
I'm trying to install the sense plugin with
docker run --name kibana --link elasticsearch:elasticsearch -d kibana -p 5601:5601 --plugin elastic/sense
But when I hit : http://192.168.99.100:5601/app/sense
I got :
{"statusCode":404,"error":"Not Found","message":"Unknown app sense"}
(Also the port the exposing of the port doesn't work, I have to set it up with Kitematic)
The text was updated successfully, but these errors were encountered: