geoah / red

Terminal log analysis tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 get github.com/antonmedv/red

License

MIT

About

Terminal log analysis tools

License:MIT License


Languages

Language:Go 98.7%Language:HCL 1.3%