yorodm / awstail

Like tail -f but for AWS Cloudwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the Following Options

abelernesto opened this issue · comments

  1. delete-log-group passing the groupname
  2. delete-log-stream:
  • from a specific date
  • with date from and date to
  • from a specific month (Example ?starts_with(logStreamName,2017/07))
  • from a specific year (Example ?starts_with(logStreamName,2017))

I sincerely think those options are not related to the intended usage of the tool.