Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions cloudtrailbenchmark/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Metadata:
- benchmark
- cloudtrail
Name: sumologic-aws-cloudtrail-benchmark
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.21/cac1a6df52c685e0f6ebe4ae72078c80
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.21/8a901bb4fbbe82f128fc502dd3077508
SemanticVersion: 1.0.21
LicenseUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.22/cac1a6df52c685e0f6ebe4ae72078c80
ReadmeUrl: s3://appdevstore/cloudtrailbenchmark/v1.0.22/8a901bb4fbbe82f128fc502dd3077508
SemanticVersion: 1.0.22
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark
Parameters:
CollectorName:
Expand All @@ -67,14 +67,15 @@ Parameters:
AllowedValues:
- au
- ca
- ch
- de
- eu
- fed
- jp
- kr
- us1
- us2
Description: Enter au, ca, de, eu, fed, jp, kr, us1 or us2
Description: Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2
RemoveSumoResourcesOnDeleteStack:
AllowedValues:
- true
Expand Down
5 changes: 3 additions & 2 deletions cloudtrailbenchmark/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Metadata:
Name: sumologic-aws-cloudtrail-benchmark
LicenseUrl: ./LICENSE
ReadmeUrl: ./README.md
SemanticVersion: 1.0.21
SemanticVersion: 1.0.22
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudtrailbenchmark


Expand All @@ -73,14 +73,15 @@ Parameters:
AllowedValues:
- au
- ca
- ch
- de
- eu
- fed
- jp
- kr
- us1
- us2
Description: "Enter au, ca, de, eu, fed, jp, kr, us1 or us2"
Description: "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2"
RemoveSumoResourcesOnDeleteStack:
AllowedValues:
- true
Expand Down
3 changes: 2 additions & 1 deletion cloudtrailbenchmark/test/custom/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ Parameters:
AllowedValues:
- au
- ca
- ch
- de
- eu
- fed
- jp
- kr
- us1
- us2
Description: "Enter au, ca, de, eu, fed, jp, kr, us1 or us2"
Description: "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2"
RemoveSumoResourcesOnDeleteStack:
AllowedValues:
- true
Expand Down
2 changes: 1 addition & 1 deletion cloudtrailbenchmark/testdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
fi
uid=$(cat /dev/random | LC_CTYPE=C tr -dc "[:lower:]" | head -c 6)

version="1.0.21"
version="1.0.22"

sam package --template-file template.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "cloudtrailbenchmark/v$version" --region $AWS_REGION --profile $AWS_PROFILE

Expand Down
2 changes: 1 addition & 1 deletion cloudwatchevents/guarddutybenchmark/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
AWS_REGION="us-east-2"
fi

version="1.0.18"
version="1.0.19"

echo "Creating package.yaml"
sam package --template-file template_v2.yaml --s3-bucket $SAM_S3_BUCKET --output-template-file packaged.yaml --s3-prefix "guarddutybenchmark/v"$version --region $AWS_REGION --profile $AWS_PROFILE
Expand Down
11 changes: 6 additions & 5 deletions cloudwatchevents/guarddutybenchmark/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Metadata:
- benchmark
- guardduty
Name: sumologic-guardduty-benchmark
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.18/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.18/cab012d7fb7887671b751e6f5c0d2062
SemanticVersion: 1.0.18
LicenseUrl: s3://appdevstore/guarddutybenchmark/v1.0.19/6092dd6c323e33634657102f570628e0
ReadmeUrl: s3://appdevstore/guarddutybenchmark/v1.0.19/cab012d7fb7887671b751e6f5c0d2062
SemanticVersion: 1.0.19
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
SpdxLicenseId: Apache-2.0
Parameters:
Expand All @@ -78,14 +78,15 @@ Parameters:
AllowedValues:
- au
- ca
- ch
- de
- eu
- fed
- jp
- kr
- us1
- us2
Description: Enter au, ca, de, eu, fed, jp, kr, us1 or us2
Description: Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2
RemoveSumoResourcesOnDeleteStack:
AllowedValues:
- true
Expand All @@ -97,7 +98,7 @@ Parameters:
Resources:
CloudWatchEventFunction:
Properties:
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.18/22b7b226ca9ec3b9dbb28b94c0e5f824
CodeUri: s3://appdevstore/guarddutybenchmark/v1.0.19/22b7b226ca9ec3b9dbb28b94c0e5f824
Environment:
Variables:
SUMO_ENDPOINT:
Expand Down
5 changes: 3 additions & 2 deletions cloudwatchevents/guarddutybenchmark/template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Metadata:
Name: sumologic-guardduty-benchmark
LicenseUrl: ../LICENSE
ReadmeUrl: ./README.md
SemanticVersion: 1.0.18
SemanticVersion: 1.0.19
SourceCodeUrl: https://github.com/SumoLogic/sumologic-aws-lambda/tree/main/cloudwatchevents/guarddutybenchmark
SpdxLicenseId: Apache-2.0

Expand All @@ -80,14 +80,15 @@ Parameters:
AllowedValues:
- au
- ca
- ch
- de
- eu
- fed
- jp
- kr
- us1
- us2
Description: "Enter au, ca, de, eu, fed, jp, kr, us1 or us2"
Description: "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2"
RemoveSumoResourcesOnDeleteStack:
AllowedValues:
- true
Expand Down