Skip to content

Commit ce74b41

Browse files
author
impart-security
committed
Update aws log forwarder
1 parent 57965c6 commit ce74b41

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Lambda function to stream ec2 loadbalancer access logs and cloudwatch logs to im
1717
```
1818
INSPECTOR_MODE: "log_stream_server"
1919
INSPECTOR_LOGSTREAM_LISTEN_ADDR: ":<port>"
20-
INSPECTOR_LOGSTREAM_LOG_FILE_NAME: "<log_binding_file_name>" # from step 1
21-
INSPECTOR_API_ACCESS_TOKEN: "<access_token>" # setup here https://console.impartsecurity.net/orgs/_/settings/tokens#create. Click `New inspector access token`
20+
INSPECTOR_LOGSTREAM_ID: "<log_binding_logstream_ID>" # from step 1
21+
INSPECTOR_API_ACCESS_TOKEN: "<access_token>" # setup here https://console.impartsecurity.net/orgs/_/settings/tokens#create. Click `New inspector access token`, click `Inspector access` to set the scopes.
2222
```
2323

2424
3. Run the lambda function subscribed either to cloud watch events or elb s3 events.

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"lint": "eslint . --cache --ext .js --max-warnings=0"
1111
},
1212
"dependencies": {
13-
"aws-sdk": "^2.1434.0"
13+
"aws-sdk": "^2.1467.0"
1414
},
1515
"devDependencies": {
16-
"eslint": "^8.48.0",
16+
"eslint": "^8.50.0",
1717
"prettier": "^3.0.2"
1818
}
1919
}

0 commit comments

Comments
 (0)