[Q&A] efk is up via docker compose but hitting the kibana url on port 5601 via browser or wget just keeps awaiting response #5040
-
What is a problem?We followed instructions to install at https://docs.fluentd.org/container-deployment/docker-compose - for fluentd version 1.0 to the letter
The command to bring up the components gives us
This can be verified via
Now when we try to follow the next step in the instructions, ie to generate logs for httpd (apache)
So the apache is up thanks to the Now we come to step 4 of the documentation which asks us to navigate to http://localhost:5601/app/discover#/ ![]() Same with wget
The service is indeed listening at port 5601
The documentation on that page doesn't mention any next diagnostic steps Describe the configuration of FluentdThe
The
The
Describe the logs of FluentdWe are not certain where these logs will be hence skipping this, happy to provide them if needed. Environment- Fluentd version:Created from the documentation and code at https://docs.fluentd.org/container-deployment/docker-compose for `1.0`
- TD Agent version: Created from the documentation and code at https://docs.fluentd.org/container-deployment/docker-compose for `1.0`
- Fluent Package version: Created from the documentation and code at https://docs.fluentd.org/container-deployment/docker-compose for `1.0`
- Docker image (tag): Created from the documentation and code at https://docs.fluentd.org/container-deployment/docker-compose for `1.0`
- Operating system: Ubuntu 24.04.2 LTS
- Kernel version: 6.14.0-24-generic |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
OP here again. Any suggestions on what to look at (logs, folders, configurations) to understand what's going on will help. |
Beta Was this translation helpful? Give feedback.
I think your issue is related to fluent/fluentd-docs-gitbook#594 (comment)
By an error in data transmission from Fluentd, the data may not be displayed on the dashboard.
I think you can solve the issue when you rewrite
Dockerfile
with following.