Skip to content

Instantly share code, notes, and snippets.

@bossjones
Created December 11, 2023 02:12
Show Gist options
  • Save bossjones/d4074523c11666f5c7a30352b5a8b8af to your computer and use it in GitHub Desktop.
Save bossjones/d4074523c11666f5c7a30352b5a8b8af to your computer and use it in GitHub Desktop.
get all security onion logs
cd /opt/so/log
tail -f $(find . ! \( -name "*.gz" \) -type f -print) | ccze -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment