Categorygithub.com/antonmedv/red
repositorypackage
0.0.0-20241015131014-615f0b0c0f7f
Repository: https://github.com/antonmedv/red.git
Documentation: pkg.go.dev

# README

red

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 install github.com/antonmedv/red@latest

License

MIT