-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
201 gd logs from regions other thatn eu west 1 not being shipped to s…
…plunk (#202) * (fix) Updated guardduty all regions to push events to eventbus on seclogaccount, eu-west-1 region. Created manifest file * (fix) replacing target for GD when in seclog account mode from CW log group to event bus * (fix) missing role when account is seclog * (feat) simplified GD stackset template * (feat) update LZ version
- Loading branch information
Showing
5 changed files
with
36 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.9 | ||
1.5.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ "version" : "1.5.10", | ||
"regions" : ["ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-south-1","ap-southeast-1","ap-southeast-2","ca-central-1","eu-central-1","eu-north-1","eu-west-1", "eu-west-2","eu-west-3","sa-east-1","us-east-1","us-east-2","us-west-1","us-west-2"], | ||
"tags" : [ | ||
{ "Key": "Organization","Value": "EC" }, | ||
{ "Key": "Owner","Value": "DIGIT.C.1" }, | ||
{ "Key": "Environment","Value": "prod" }, | ||
{ "Key": "Criticity","Value": "high" }, | ||
{ "Key": "Project","Value": "secLZ" }, | ||
{ "Key": "Confidentiality","Value": "confidential" }, | ||
{ "Key": "ApplicationRole","Value": "security" } | ||
], | ||
"accounts" : { | ||
"exclude" : [], | ||
"include" : [] | ||
}, | ||
"stacksets" : { | ||
"SECLZ-Enable-Guardduty-Globally" : { | ||
"update" : true | ||
} | ||
} | ||
|
||
} |