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

After installing plugin, Logstash cannot be viewed from Kibana #9

Open
luckb008 opened this issue Jun 29, 2017 · 0 comments
Open

After installing plugin, Logstash cannot be viewed from Kibana #9

luckb008 opened this issue Jun 29, 2017 · 0 comments

Comments

@luckb008
Copy link

This is a Dockerfile:

FROM logstash:5.3.0

RUN logstash-plugin install logstash-output-slack

COPY logstash.conf /usr/share/logstash/pipeline/

CMD ["-f", "/usr/share/logstash/pipeline/logstash.conf"]

logstash.yml:

http.host: "0.0.0.0"
xpack.monitoring.elasticsearch.url: http://elasticsearch:9200
xpack.monitoring.elasticsearch.username: logstash_system
xpack.monitoring.elasticsearch.password: changeme
#xpack.monitoring.enabled: false

Logstash log says Logstash started successfully, there are no any errors logs neither in Logstash nor in ES. Logstash works well but cannot be viewed from Kibana.

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

1 participant