Skip to content

Commit

Permalink
feature: OpenSearch SIEM for ASEA (#853)
Browse files Browse the repository at this point in the history
* initial opensearch cdk work

* working os configure

* working dashboard

* Remove debug statement

* removal updates

* update for linting

* eslint fixes

* update sample config

* Add artifacts

* prettier

* eslint

* initial opensearch cdk work

* working os configure

* working dashboard

* Remove debug statement

* removal updates

* update for linting

* eslint fixes

* update sample config

* Add artifacts

* prettier

* eslint

* more eslint

* update jest snapshot with latest TransitGateway cloudformation immutable property changes

* updated snapshot with log-archive phase 4 (this is the phase that adds s3 notifications)

* Update test sample

* update verify files with siem config

* remove unused folder

* opensearch logs

* add geoip

* remove admin role. use lambda role to bootstrap OpenSearch

* configure siem geoip custom resource to bootstrap download

* update cdk version number in script file

* merge

* prettier

* update sample config

* update sample config

* remove unused unauthenticated cognito roles, enable MFA for cognito, enable AdvancedSecurty for cognito

* update README

Co-authored-by: Brian969 <[email protected]>
  • Loading branch information
rjjaegeraws and Brian969 committed Feb 9, 2022
1 parent f1f153a commit e01b979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions src/deployments/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@
"testEnvironment": "node"
},
"dependencies": {
"@aws-accelerator/config": "workspace:*",
"@aws-accelerator/common": "workspace:*",
"@aws-accelerator/common-config": "workspace:*",
"@aws-accelerator/common-outputs": "workspace:*",
"@aws-accelerator/custom-resource-cfn-utils": "workspace:*",
"@aws-accelerator/common-outputs": "workspace:*",
"aws-lambda": "1.0.6",
"aws-sdk": "2.944.0",
"lodash": "^4.17.21",
"pascal-case": "3.1.2",
"tar-stream": "^2.2.0",
"uuid": "8.3.2"
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.76",
Expand Down
2 changes: 0 additions & 2 deletions src/deployments/runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ export { handler as createIgnoreAction } from './ignore-action';
export { handler as albIpMonitor } from './alb-to-alb-target/alb-ip-monitor';
export { handler as albTargetRecordMonitor } from './alb-to-alb-target/alb-target-record-monitor';
export { handler as geoIpDownloader } from './opensearch-siem/geo-ip-downloader';
export { handler as firehoseCustomPrefix } from './firehose-custom-prefix/process-record';
export { handler as eventToCWLPublisher } from './event-publish-cloudwatch-logs';
import * as ouValidationEvents from './ou-validation-events';
export { ouValidationEvents };
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ const openSearchConfigure = new OpenSearchSiemConfigure(accountStack, `${acceler
stsDns: stsHostedZoneDnsEntries
});
```
```

0 comments on commit e01b979

Please sign in to comment.