red: Terminal log analysis tools

Terminal log analysis

red

Red is a terminal log analysis tools.

Install

go get github.com/antonmedv/red

Use

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.

Copyright (c) 2019 Anton Medvedev

Source: https://github.com/antonmedv/