Skip to content

Instantly share code, notes, and snippets.

@mopemope
Created May 23, 2014 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mopemope/ab4550b7bf06b6970435 to your computer and use it in GitHub Desktop.
Save mopemope/ab4550b7bf06b6970435 to your computer and use it in GitHub Desktop.
logentries.sh
#!/usr/bin/env bash
TOKEN=$1
journalctl -o short -f | awk -v token=$TOKEN '{ print token, $0; fflush(); }' | ncat data.logentries.com 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment