Graylog2 / graylog-s3-lambda

An AWS Lambda function that reads logs from S3 and sends them to Graylog
GNU General Public License v3.0
12 stars 6 forks source link

Add support for lists #5

Open danotorrey opened 5 years ago

danotorrey commented 5 years ago

Add support for Logpush list values (FirewallMatchesRuleIDs, FirewallMatchesSources, FirewallMatchesActions).

https://github.com/Graylog2/graylog-s3-lambda/blob/fe745e72666719087495c40fed5df6ce24e4489c/src/main/java/org/graylog/integrations/s3/codec/CloudFlareLogpushCodec.java#L114-L125

I do not plan to support this in the first version. This should be an easy add in a future version.