We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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. It works well but cannot be viewed from Kibana.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a Dockerfile:
logstash.yml:
Logstash log says Logstash started successfully. It works well but cannot be viewed from Kibana.
The text was updated successfully, but these errors were encountered: