Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created June 26, 2020 14:08
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 jcoyne/5d009b66e4c655050aaf515a8ab2ddc2 to your computer and use it in GitHub Desktop.
Save jcoyne/5d009b66e4c655050aaf515a8ab2ddc2 to your computer and use it in GitHub Desktop.
Fedora logs processing
tail -10000 dor_access_ssl.log | grep 'content ' | grep 200 | sed 's/.\+\(GET \/fedora\/objects\/druid.\+datastreams.\+\/content.\+\)HTTP\/1.1" 200 \([0-9]\+\).\+/\2 \1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment