Skip to content

Commit cb4e0d0

Browse files
authored
fix: Fixes ALB, NLB and ELB definitions (#1797)
1 parent d6dbfce commit cb4e0d0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

entity-types/infra-awsalb/definition.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ synthesis:
2929
prefix: Log
3030
- attribute: aws.Arn
3131
present: true
32+
- attribute: aws.alb.loadBalancer
33+
present: true
3234
- attribute: entityId
3335
present: true
3436
tags:
@@ -42,6 +44,8 @@ synthesis:
4244
prefix: Log
4345
- attribute: aws.Arn
4446
present: true
47+
- attribute: aws.alb.loadBalancer
48+
present: true
4549
- attribute: entityId
4650
present: false
4751
tags:

entity-types/infra-awselb/definition.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ synthesis:
2121
prefix: Log
2222
- attribute: aws.Arn
2323
present: true
24+
- attribute: aws.elb.loadBalancer
25+
present: true
2426
- attribute: entityId
2527
present: true
2628
tags:
@@ -36,6 +38,8 @@ synthesis:
3638
prefix: Log
3739
- attribute: aws.Arn
3840
present: true
41+
- attribute: aws.elb.loadBalancer
42+
present: true
3943
- attribute: entityId
4044
present: false
4145
tags:

entity-types/infra-awsnlb/definition.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ synthesis:
2828
prefix: Log
2929
- attribute: aws.Arn
3030
present: true
31+
- attribute: aws.nlb.loadBalancer
32+
present: true
3133
- attribute: entityId
3234
present: true
3335
tags:
@@ -41,6 +43,8 @@ synthesis:
4143
prefix: Log
4244
- attribute: aws.Arn
4345
present: true
46+
- attribute: aws.nlb.loadBalancer
47+
present: true
4448
- attribute: entityId
4549
present: false
4650
tags:

0 commit comments

Comments
 (0)