trail-of-forks / streamalert

StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data from any environment, using datasources and alerting logic you define.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correctly handle pagination of results

GarretReece opened this issue · comments

Logs from slack are paginated, with some number of events per page. Invocations of endpoints must request specific pages and properly request all pages.

Implemented in 14536b0