Skip to content

[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

Answered by Watson1978
alkuma asked this question in Q&A
Discussion options

You must be logged in to vote

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.

FROM fluent/fluentd:edge-debian
USER root

# ADD
RUN ["gem", "install", "elasticsearch", "--no-document", "--version", "8.19.0"]

RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document", "--version", "5.4.3"]
USER fluent

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Watson1978
Comment options

Answer selected by alkuma
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants