https://github.com/antonmedv/red
https://github.com/antonmedv/red
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonmedv/red
- Owner: antonmedv
- License: mit
- Created: 2019-03-19T17:23:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-21T20:00:59.000Z (about 2 months ago)
- Last Synced: 2025-09-28T17:22:46.154Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1,477
- Watchers: 18
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
- awesome-github-repos - antonmedv/red - (Go)
- command-line-tools - red - Terminal log analysis tools. (Logging)
README
# 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:
```bash
kubectl logs ... | red level message
```
You will see combined logs with trend sparkline and total count.
## Install
```bash
go install github.com/antonmedv/red@latest
```
## License
MIT