obsrvbl-oss / flowlogs-reader

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

Multi-threaded reader for Cloudwatch Logs #44

Closed bbayles closed 4 years ago

bbayles commented 4 years ago

PR #40 added a multi-threaded reading capability to the S3 reader. This PR adds the same to the Cloudwatch Logs reader.

When thread_count is nonzero, the reader will: