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
config.yml
filebeat: prospectors: - input_type: log paths: - /var/log/dnf.log output: logstash: hosts: ["unresolvable:8001"] logging: level: info
sudo ./filebeat -c config.yml -e
2016/01/27 21:41:10.005930 transport.go:50: WARN DNS lookup failure "unresolvable": lookup unresolvable: No address associated with hostname 2016/01/27 21:41:10.005956 single.go:124: INFO Connecting error publishing events (retrying): lookup unresolvable: No address associated with hostname 2016/01/27 21:41:10.005959 single.go:146: INFO send fail 2016/01/27 21:41:10.005963 single.go:153: INFO backoff retry: 8s 2016/01/27 21:41:17.959374 prospector.go:94: INFO Run prospector 2016/01/27 21:41:18.006066 publish.go:104: INFO Events sent: 79 2016/01/27 21:41:18.006159 registrar.go:150: INFO Registry file updated. 1 states written.
Behavior is correct in 1.0.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config.yml
sudo ./filebeat -c config.yml -e
Behavior is correct in 1.0.1.
The text was updated successfully, but these errors were encountered: