Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter by timeframe #11

Closed
7 tasks done
flosell opened this issue Dec 13, 2017 · 0 comments
Closed
7 tasks done

Filter by timeframe #11

flosell opened this issue Dec 13, 2017 · 0 comments

Comments

@flosell
Copy link
Owner

flosell commented Dec 13, 2017

AS AN engineer
I WANT to filter events by start and end-timestamp
SO THAT I can generate a policy that reflects my recent operation (e.g. a build or terraform apply)

  • Filter S3 downloads by dates
  • Filter events by timeframe when generating policy
  • Filter files read by timeframe when generating policy (to improve performance; don't load files that won't contain any useful events)
  • Warn if no cloudtrail events in that timeframe (e.g. because the respective cloudtrail logfile hasn't been written to S3 yet)
  • CLI should be able to receive strings with whitespaces (e.g. --from "one day ago")
  • Update README after release
  • Filter S3 downloads by time (split out into Limit S3 downloads by time, not just by date to improve performance #23)
@flosell flosell changed the title Filter events by timeframe Filter by timeframe Dec 22, 2017
flosell added a commit that referenced this issue Dec 24, 2017
…in arguments, e.g. when running ./go trailscraper (#11)
@flosell flosell closed this as completed Dec 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant