Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorodm/awstail
Like tail -f but for AWS Cloudwatch
https://github.com/yorodm/awstail
Last synced: about 2 months ago
JSON representation
Like tail -f but for AWS Cloudwatch
- Host: GitHub
- URL: https://github.com/yorodm/awstail
- Owner: yorodm
- License: mit
- Created: 2019-12-16T17:46:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T15:12:54.000Z (almost 4 years ago)
- Last Synced: 2024-10-17T18:33:02.848Z (2 months ago)
- Language: Rust
- Size: 274 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- cuban-opensource - awstail - f` for AWS Logs. (System / Engineering Calculations)
README
# AWSTail
[AWSTail](https://gitbuh.com/yorodm/awstail) is a tail like tool for [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/).
This is a simple tool that allows you to monitor your [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/) logs
in a way similar to `tail -f`.To install just download the binaries from the release page or clone this repo and build it yourself.
```sh
Usage: target\debug\awstail.exe [OPTIONS]awstail: Tail log streams from AWS Cloudwatch logs
Optional arguments:
-h, --help show this message
-v, --verbose VERBOSE be verbose
-r, --region REGION region
-p, --profile PROFILE profileAvailable commands:
list List existing groups
logs Fetch logs from groups
```