Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heroku/draincat
Like netcat but for Heroku logs
https://github.com/heroku/draincat
Last synced: 3 months ago
JSON representation
Like netcat but for Heroku logs
- Host: GitHub
- URL: https://github.com/heroku/draincat
- Owner: heroku
- License: mit
- Created: 2015-08-20T23:07:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T14:30:47.000Z (about 3 years ago)
- Last Synced: 2024-06-21T19:50:24.041Z (5 months ago)
- Language: Go
- Size: 123 KB
- Stars: 3
- Watchers: 95
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# draincat
Like netcat but for Heroku logs.
## Usage
Spin up a HTTP drain and dump the logs to a file.
```
bin/draincat -p 5000 > logs.txt
```## Features
* JSON output
## TODO
- [X] JSON output
- [ ] Structured data field (from log-shuttle)
- [ ] Syslog drains (`draincat --type=syslog`)
- [ ] metrics?