Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webpod/red
Terminal log analysis tools
https://github.com/webpod/red
Last synced: about 1 month ago
JSON representation
Terminal log analysis tools
- Host: GitHub
- URL: https://github.com/webpod/red
- Owner: webpod
- License: mit
- Created: 2019-03-19T17:23:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T06:49:33.000Z (5 months ago)
- Last Synced: 2024-06-18T20:16:27.890Z (5 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1,468
- Watchers: 19
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - webpod/red - Security log analysis tools for server monitoring (Go)
README
# red
![red](https://user-images.githubusercontent.com/141232/54882450-bb85b200-4e8c-11e9-8bd9-37cf43b5b1ed.gif)
_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