antonmedv/red
Terminal log analysis tools
repo name | antonmedv/red |
repo link | https://github.com/antonmedv/red |
homepage | |
language | Go |
size (curr.) | 15 kB |
stars (curr.) | 1282 |
created | 2019-03-19 |
license | MIT License |
red
Red is a terminal log analysis tools.
Usage
Pipe JSON stream logs into red and specify a few fields to display. For example using with kubernetes:
kubectl logs ... | red level message
You will see combined logs with trend sparkline and total count.
Install
go get github.com/antonmedv/red
License
MIT