streamalert icon indicating copy to clipboard operation
streamalert copied to clipboard

Feature: Default Outputs

Open patrickod opened this issue 8 years ago • 1 comments

Background

Currently all outputs are configured on a per-rule basis. While this allows for great flexibility it makes things like configuring all rules to output to S3 for audit trail purposes cumbersome and repetitive.

Desired Change

Ideally a user would be able to specify default outputs on a per-cluster basis. These outputs would be appended to whatever outputs are configured for a given rule. This would make the S3 audit trail use case described above both incredibly simple and also remove the possibility that someone might accidentally omit the output on any given rule.

patrickod avatar Nov 13 '17 21:11 patrickod

Updated status: this functionality exists in a semi-ready state insofar as currently all alerts are sent by default to the Firehose output used for S3 storage / historical event searching.

The next step here is to expose this functionality as configurable, keeping the underlying firehose default in place regardless of what the user specifies.

patrickod avatar Jul 16 '18 19:07 patrickod