Ryxias

Results 7 issues of Ryxias

Hello, I'm attempting to use Santa in lockdown mode with golang. * `santa` version: `2021.5` * `go` version: `1.16.5 darwin/amd64` ## Problem Description I've marked `go`, and the go tools...

bug
blocked

to: @ryandeivert @chunyong-lin cc: @gavinelder cc: @airbnb/streamalert-maintainers ## Changes * Adds option to perform clientside SSL cert verification * Adds aggregation additional filter * Adds ability to add additional fields...

## Background [StreamAlert Normalization](https://www.streamalert.io/en/stable/rules.html#datatypes) is a feature that makes it easier to write rules that are agnostic of the vendor(s)/format(s) that generate log data. It allows `@rule`s to be written...

data normalization
new feature

## Background With the advent of #900, we now have redundant information being provided to `@rule` constructors: ``` @Rule( logs=['cloudtrail:misc'], outputs=['slack:infra', 'pagerduty:high'], publishers={ 'slack:infra': [publisher_1, publisher_2], 'pagerduty:high': [publisher_3, publisher4], }...

alert publishers

## Background As of #992, StreamAlert CLI is now modular with commands that are each modularized. @ryandeivert has mentioned that we intentionally omitted the [StreamAlert CLI package](https://github.com/airbnb/streamalert/blob/master/setup.cfg#L32) from unit test...

To be consistent with the `@event Item#spawn` event that is fired in `Room#spawnItem` Addresses #73

feedback

It seems like the `Item#spawn` event is only emitted when an item spawns directly into a room. It is not emitted when items are added in other places, such as...

feedback