Skip to content

Commit

Permalink
upgrade the node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhi Mundhada authored and Rakhi Mundhada committed Sep 22, 2023
1 parent bdc5f80 commit d901a99
Show file tree
Hide file tree
Showing 28 changed files with 147 additions and 98 deletions.
10 changes: 7 additions & 3 deletions collectors/auth0/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Resources:
aims_secret_key:
aims_access_key_id:
al_api:
al_application_id:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -24,13 +24,17 @@ Resources:
paws_extension:
paws_secret_param_name:
paws_api_client_id:
paws_api_secret:
paws_collector_param_string_1:
collector_streams:
paws_endpoint:
paws_max_pages_per_invocation:
collector_id:
paws_ddb_table_name:
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs14.x
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-collector",
"version": "1.1.50",
"version": "1.1.51",
"description": "Alert Logic AWS based Auth0 Log Collector extension",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^15.2.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "^3.0.9",
"@alertlogic/paws-collector": "^2.1.20",
"@alertlogic/al-collector-js": "^3.0.10",
"@alertlogic/paws-collector": "^2.1.21",
"aws-sdk": "^2.1457.0",
"async": "^3.2.4",
"auth0": "^3.1.2",
"debug": "^4.3.4",
Expand Down
8 changes: 6 additions & 2 deletions collectors/carbonblack/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ Resources:
Environment:
Variables:
AWS_LAMBDA_FUNCTION_NAME:
maxPages:
aims_secret_key:
aims_access_key_id:
al_api:
al_application_id:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -24,15 +26,17 @@ Resources:
paws_extension:
paws_secret_param_name:
paws_api_client_id:
paws_api_secret:
paws_endpoint:
paws_collector_param_string_2:
collector_streams:
paws_max_pages_per_invocation:
collector_id:
paws_ddb_table_name:
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs14.x
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/carbonblack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbonblack-collector",
"version": "1.0.47",
"version": "1.0.48",
"description": "Alert Logic AWS based Carbonblack Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^15.0.1"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.9",
"@alertlogic/paws-collector": "2.1.20",
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.1.21",
"aws-sdk": "^2.1457.0",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4",
Expand Down
13 changes: 9 additions & 4 deletions collectors/ciscoamp/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ Resources:
LocalLambda:
Type: AWS::Serverless::Function
Properties:
KmsKeyArn: your-arn-here
KmsKeyArn: arn:aws:kms:us-east-1:352283894008:key/35675069-fbc4-4954-869d-2129e0b1c145
Environment:
Variables:
ssm_direct:
AWS_LAMBDA_FUNCTION_NAME:
maxPages:
aims_secret_key:
aims_access_key_id:
al_api:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -26,10 +27,14 @@ Resources:
paws_endpoint:
paws_api_client_id:
paws_max_pages_per_invocation:
collector_streams:
collector_id:
paws_ddb_table_name:
collector_streams:
Runtime: nodejs14.x
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/ciscoamp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciscoamp-collector",
"version": "1.0.47",
"version": "1.0.48",
"description": "Alert Logic AWS based Ciscoamp Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^15.0.1"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.9",
"@alertlogic/paws-collector": "2.1.20",
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.1.21",
"aws-sdk": "^2.1457.0",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4"
Expand Down
8 changes: 7 additions & 1 deletion collectors/ciscoduo/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Resources:
Environment:
Variables:
AWS_LAMBDA_FUNCTION_NAME:
maxPages:
aims_secret_key:
aims_access_key_id:
al_api:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -25,11 +27,15 @@ Resources:
paws_endpoint:
paws_api_client_id:
paws_max_pages_per_invocation:
paws_collector_param_string_2:
collector_id:
paws_ddb_table_name:
collector_streams:
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs14.x
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/ciscoduo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ciscoduo-collector",
"version": "1.0.46",
"version": "1.0.47",
"description": "Alert Logic AWS based Ciscoduo Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^15.2.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.9",
"@alertlogic/paws-collector": "2.1.20",
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.1.21",
"aws-sdk": "^2.1457.0",
"@duosecurity/duo_api": "^1.2.3",
"async": "^3.2.4",
"debug": "^4.3.4",
Expand Down
7 changes: 6 additions & 1 deletion collectors/crowdstrike/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Resources:
al_api:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -27,9 +28,13 @@ Resources:
paws_secret_param_name:
paws_api_client_id:
paws_endpoint:
paws_collector_param_string_2:
collector_streams:
customer_id:
Runtime: nodejs14.x
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/crowdstrike/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdstrike-collector",
"version": "1.0.28",
"version": "1.0.29",
"description": "Alert Logic AWS based Crowdstrike Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^15.2.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "^3.0.9",
"@alertlogic/paws-collector": "^2.1.20",
"@alertlogic/al-collector-js": "^3.0.10",
"@alertlogic/paws-collector": "^2.1.21",
"aws-sdk": "^2.1457.0",
"async": "^3.2.4",
"debug": "^4.3.4",
"moment": "2.29.4"
Expand Down
13 changes: 10 additions & 3 deletions collectors/googlestackdriver/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,26 @@ Resources:
al_api:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
paws_state_queue_url:
paws_poll_interval:
paws_secret_param_name:
paws_api_client_id:
paws_api_secret:
google_resource_ids:
paws_max_pages_per_invocation:
paws_collector_param_string_2:
paws_endpoint:
paws_extension:
collector_id:
paws_ddb_table_name:
collector_streams:
Runtime: nodejs10.x
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs18.x
Handler: index.handler
Timeout: 60
MemorySize: 1024
8 changes: 4 additions & 4 deletions collectors/googlestackdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googlestackdriver-collector",
"version": "1.2.2",
"version": "1.2.3",
"description": "Alert Logic AWS based Googlestackdriver Log Collector",
"repository": {},
"private": true,
Expand All @@ -9,7 +9,6 @@
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=text mocha --colors"
},
"devDependencies": {
"aws-sdk": "*",
"aws-sdk-mock": "*",
"jshint": "^2.9.5",
"mocha": "^10.2.0",
Expand All @@ -19,8 +18,9 @@
"sinon": "^7.5.0"
},
"dependencies": {
"@alertlogic/al-collector-js": "3.0.9",
"@alertlogic/paws-collector": "2.1.20",
"@alertlogic/al-collector-js": "3.0.10",
"@alertlogic/paws-collector": "2.1.21",
"aws-sdk": "^2.1457.0",
"@google-cloud/logging": "^11.0.0",
"async": "^3.2.4",
"debug": "^4.3.4",
Expand Down
9 changes: 6 additions & 3 deletions collectors/gsuite/local/sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Resources:
al_api:
stack_name:
azcollect_api:
collector_status_api:
ingest_api:
DEBUG:
paws_state_queue_arn:
Expand All @@ -24,14 +25,16 @@ Resources:
paws_collector_param_string_1:
paws_api_client_id:
collector_streams:
paws_type_name: "gsuite"
paws_max_pages_per_invocation:
paws_secret_param_name:
paws_api_secret:
paws_endpoint:
collector_id:
paws_ddb_table_name:
customer_id:
paws_type_name:
ssm_direct:
CodeUri:
Runtime: nodejs14.x
Runtime: nodejs18.x
Handler: index.handler
Timeout: 300
MemorySize: 1024
Loading

0 comments on commit d901a99

Please sign in to comment.