Last active
March 7, 2016 22:35
-
-
Save marcusdb/4d4e737d250217491c6a to your computer and use it in GitHub Desktop.
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
| echo '{"id":"TEST","level2":{"id":"Level2 id"}}' | | nc -q0 stats 28777 LOGSTASH JSON | |
| nc localhost 5000 < /some/log/file.log | |
| echo "local.random.diceroll 4 `date +%s`" | nc -q0 stats 2003 GRAFITE | |
| echo "foo:1|c" | nc -u -w0 stats 8125 STATSD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment