File tree 16 files changed +16
-16
lines changed
splunk-cloudwatch-logs-processor
splunk-dynamodb-stream-processor
splunk-elb-application-access-logs-processor
splunk-elb-classic-access-logs-processor
splunk-guardduty-processor
splunk-kinesis-stream-processor
16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-cloudwatch-logs-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream events from AWS CloudWatch Logs to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Resources:
54
54
Type : ' AWS::Serverless::Function'
55
55
Properties :
56
56
Handler : index.handler
57
- Runtime : nodejs8.10
57
+ Runtime : nodejs10.x
58
58
CodeUri : ./splunk-cloudwatch-logs-processor.zip
59
59
Description : Stream events from AWS CloudWatch Logs to Splunk HTTP event collector
60
60
MemorySize : 512
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-dynamodb-stream-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream AWS DynamoDB table activity from DynamoDB Stream to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Resources:
47
47
Type : ' AWS::Serverless::Function'
48
48
Properties :
49
49
Handler : index.handler
50
- Runtime : nodejs8.10
50
+ Runtime : nodejs10.x
51
51
CodeUri : ./splunk-dynamodb-stream-processor.zip
52
52
Policies :
53
53
- DynamoDBStreamReadPolicy :
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-elb-application-access-logs-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream Application ELB access logs from S3 to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Resources:
45
45
Properties :
46
46
Description : Stream ALB events from S3 to Splunk HTTP event collector
47
47
Handler : index.handler
48
- Runtime : nodejs8.10
48
+ Runtime : nodejs10.x
49
49
CodeUri : ./splunk-elb-application-access-logs-processor.zip
50
50
Policies :
51
51
- S3CrudPolicy :
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-elb-classic-access-logs-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream Classic ELB access logs from S3 to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Resources:
43
43
Properties :
44
44
Description : Stream CLB events from S3 to Splunk HTTP event collector
45
45
Handler : index.handler
46
- Runtime : nodejs8.10
46
+ Runtime : nodejs10.x
47
47
CodeUri : ./splunk-elb-classic-access-logs-processor.zip
48
48
Policies :
49
49
- S3CrudPolicy :
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-guardduty-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream findings from GuardDuty to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Resources:
29
29
Type : ' AWS::Serverless::Function'
30
30
Properties :
31
31
Handler : index.handler
32
- Runtime : nodejs8.10
32
+ Runtime : nodejs10.x
33
33
CodeUri : ./splunk-guardduty-processor.zip
34
34
Description : Stream findings from GuardDuty to Splunk's HTTP event collector
35
35
MemorySize : 512
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-iot-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream events from AWS IoT to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Resources:
37
37
Type : AWS::Serverless::Function
38
38
Properties :
39
39
Handler : index.handler
40
- Runtime : nodejs8.10
40
+ Runtime : nodejs10.x
41
41
CodeUri : ./splunk-iot-processor.zip
42
42
Description : Capture events from IOT topic and send to Splunk HTTP event collector
43
43
MemorySize : 512
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-kinesis-stream-processor" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Stream events from AWS Kinesis to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Resources:
42
42
Type : ' AWS::Serverless::Function'
43
43
Properties :
44
44
Handler : index.handler
45
- Runtime : nodejs8.10
45
+ Runtime : nodej10.x
46
46
CodeUri : ./splunk-kinesis-stream-processor.zip
47
47
Policies :
48
48
- KinesisStreamReadPolicy :
Original file line number Diff line number Diff line change 2
2
"lambda" : {
3
3
"FunctionName" : " splunk-logging" ,
4
4
"Handler" : " index.handler" ,
5
- "Runtime" : " nodejs8.10 " ,
5
+ "Runtime" : " nodejs10.x " ,
6
6
"Description" : " Demonstrates logging from AWS Lambda code to Splunk's HTTP event collector" ,
7
7
"Environment" : {
8
8
"Variables" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Resources:
29
29
Type : ' AWS::Serverless::Function'
30
30
Properties :
31
31
Handler : index.handler
32
- Runtime : nodejs8.10
32
+ Runtime : nodejs10.x
33
33
CodeUri : ./splunk-logging.zip
34
34
Description : Demonstrates logging from AWS Lambda code to Splunk HTTP event collector
35
35
MemorySize : 512
You can’t perform that action at this time.
0 commit comments