cwtail icon indicating copy to clipboard operation
cwtail copied to clipboard

CloudWatch Logs Tail

Results 6 cwtail issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [proxy-agent](https://togithub.com/TooTallNate/node-proxy-agent) | [`^3.0.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/proxy-agent/3.1.1/4.0.1) | [![age](https://badges.renovateapi.com/packages/npm/proxy-agent/4.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I put this together a while ago for my personal use and have been using it since without issue. Seems to work as well as it did before. Summary of...

I just submitted a PR that refactored a lot and rewrote some #15. I use (my fork of) cwtail all over and wanted to see if you'd be interested in...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ini](https://togithub.com/isaacs/ini) | [`1.3.4` -> `1.3.6`](https://renovatebot.com/diffs/npm/ini/1.3.4/1.3.6) | [![age](https://badges.renovateapi.com/packages/npm/ini/1.3.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Enable log stream filtering by name (regex) and AWS region selection w/CLI argument

Excellent tool! In elastic beanstalk apps, there are usually several log streams, and sometimes it's useful to tail all of them at once. For example: /aws/elasticbeanstalk/appname/var/log/eb-activity.log /aws/elasticbeanstalk/appname/var/log/httpd/access_log /aws/elasticbeanstalk/appname/var/log/httpd/error_log In this...