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

Issue when installing Kibana plugin Sense #48

Closed
mashuble opened this issue Jun 10, 2016 · 2 comments
Closed

Issue when installing Kibana plugin Sense #48

mashuble opened this issue Jun 10, 2016 · 2 comments

Comments

@mashuble
Copy link

Hi,

When I try to install the Kibana plugin Sense with this Dockerfile

FROM sebp/elk

WORKDIR ${KIBANA_HOME}
RUN gosu kibana bin/kibana plugin -i elastic/sense

I have theses errors:

Step 3 : RUN gosu kibana bin/kibana plugin -i elastic/sense
 ---> Running in 662d1a08d470
Installing sense
Attempting to transfer from https://download.elastic.co/elastic/sense/sense-latest.tar.gz
Error: Client request error: getaddrinfo ENOTFOUND download.elastic.co download.elastic.co:443
Plugin installation was unsuccessful due to error "Client request error: getaddrinfo ENOTFOUND         download.elastic.co download.elastic.co:443"
ERROR: Service 'elastic' failed to build: The command '/bin/sh -c gosu kibana bin/kibana plugin -i elastic/sense' returned a non-zero code: 70
Cedric-Vidal:elasticsearch mtournaud$ docker volume create elk-data
docker: "volume create" requires 0 arguments.

Anybody have a solution ?

@spujadas
Copy link
Owner

spujadas commented Jun 10, 2016

Hi,

First thought that springs to mind is that you're behind a proxy, in which case you might want to have a look at this discussion: elastic/kibana#5902

FWIW your Dockerfile is working fine on my side.

@mashuble
Copy link
Author

Find the solution

docker-machine restart default
eval $(docker-machine env default)

Thanks for advices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants