obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
138 stars 23 forks source link

Filter for VPC flow logs by default #21

Closed bbayles closed 8 years ago

bbayles commented 8 years ago

In v0.5.0 we added support for filter patterns. This PR changes FlowLogsReader objects to use a filter pattern by default. This will allow for easy querying of groups that have VPC Flow Logs and other types mixed together.

Bonus: c259c862fbb71d78690172c44ad4ee0f4994070d allows for the FlowLogsReader to be used with next after initialization.

mjschultz commented 8 years ago

LGTM

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ffccac5495bb21b99a2d58427068d67575b3dd5b on autofilter into d555b77dbb6d5654c0356b393a11fb09bbe2c737 on master.