saw

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2017 License: MIT Imports: 2 Imported by: 0

README

saw

saw is a command line tool for shredding Amazon CloudWatch logs.

Features

  • Colorized output that can be formatted in various ways

    • --expand Explode JSON objects using indenting
    • --rawString Print JSON strings instead of escaping ("\n", ...)
    • --invert Invert white colors to black for light color schemes
    • --no-color Disable color output entirely
  • Filter logs using CloudWatch patterns

    • --filter foo Filter logs for the text "foo"
  • Watch aggregated interleaved streams across a log group

    • saw watch production Stream logs from production log group
    • saw watch production --prefix api Stream logs from production log group with prefix "api"

TODO:

  • Relative or Absolute start and end time specification
    • saw dump --start 2017-01-01 Stream logs starting from the start of 2017
    • saw dump --start -1m Steam logs starting 1 minute ago
    • saw dump --start -3h --end -2h Stream logs from 3 - 2 hours ago

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL