Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webpod/red
Security log analysis tools for server monitoring
https://github.com/webpod/red
Last synced: about 21 hours 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T13:10:15.000Z (4 months ago)
- Last Synced: 2024-10-29T15:38:55.787Z (4 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1,475
- Watchers: 19
- Forks: 51
- 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