https://github.com/webpod/red
Security log analysis tools for server monitoring
https://github.com/webpod/red
Last synced: about 1 month ago
JSON representation
Security log analysis tools for server monitoring
- Host: GitHub
- URL: https://github.com/webpod/red
- Owner: webpod
- License: mit
- Created: 2019-03-19T17:23:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T13:10:15.000Z (7 months ago)
- Last Synced: 2025-04-13T02:00:05.237Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1,480
- Watchers: 18
- Forks: 52
- 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_ 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