Sha256: b72e932db83490fe7f8d0e83a82ca30c54049d9a6e223906b6ef0399d8a0288b
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
# aws-logs [![Gem Version](https://badge.fury.io/rb/GEMNAME.png)](http://badge.fury.io/rb/GEMNAME) [![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com) Tail AWS CloudWatch Logs. ## Usage aws-logs tail LOG_GROUP ## Examples Here's a couple of examples where `LOG_GROUP=/aws/codebuild/demo`: aws-logs tail /aws/codebuild/demo --since 60m aws-logs tail /aws/codebuild/demo --since "2018-08-08 08:00:00" aws-logs tail /aws/codebuild/demo --no-follow aws-logs tail /aws/codebuild/demo --format simple aws-logs tail /aws/codebuild/demo --filter-pattern Wed * By default, the tail command **will** follow the logs. To not follow use the `--no-follow` option. * The default format is detailed. The detailed format includes the log stream name. ## Installation Install with: gem install aws-logs ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am "Add some feature"`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
aws-logs-0.3.3 | README.md |
aws-logs-0.3.2 | README.md |
aws-logs-0.3.1 | README.md |
aws-logs-0.3.0 | README.md |
aws-logs-0.2.0 | README.md |