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

Error running docker-compose up #49

Closed
jose1003 opened this issue Jun 1, 2019 · 1 comment
Closed

Error running docker-compose up #49

jose1003 opened this issue Jun 1, 2019 · 1 comment
Assignees
Labels

Comments

@jose1003
Copy link

jose1003 commented Jun 1, 2019

Describe the bug
Kibana dont start
Grafana dont start

To Reproduce
Steps to reproduce the behavior:
Pull the project
docker-compose up -d

see the status
docker-compose ps

kibana and grafana are not working

Expected behavior
kibana and grafana must to work

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):
Centos 7
Last version of project

How to fix the error(in my enviorement)

kibana:
there is in error in the docker-compose.yaml file

This line : ELASTICSEARCH_HOSTS: httelasticsearch:9200
change to: ELASTICSEARCH_HOSTS: http://elasticsearch:9200/

Grafana
in the script runWithFlinkEspBoard.sh,
the line ./run.sh "${@}" & are not working,
change to: /run.sh "${@}" &

@jose1003 jose1003 added the bug label Jun 1, 2019
@lciolecki
Copy link
Contributor

Thanks a lot for report this bug! I'v already created a PR: #52.

@lciolecki lciolecki self-assigned this Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants