Created
May 5, 2015 10:20
-
-
Save PSJoshi/dcb01d1d8ad259c8b2a3 to your computer and use it in GitHub Desktop.
logstash with strace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| logstash with strace | |
| ---------------------- | |
| strace -o /tmp/strace.log -fe trace=network /opt/logstash/bin/logstash -f your.conf | |
| check logstash configuration | |
| ------------------------------ | |
| /opt/logstash/bin/logstash -f your.conf --configtest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment