Skip to content

Commit

Permalink
fix: Fixes ALB, NLB and ELB definitions (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubirat authored Nov 25, 2024
1 parent d6dbfce commit cb4e0d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entity-types/infra-awsalb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.alb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -42,6 +44,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.alb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down
4 changes: 4 additions & 0 deletions entity-types/infra-awselb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.elb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -36,6 +38,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.elb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down
4 changes: 4 additions & 0 deletions entity-types/infra-awsnlb/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.nlb.loadBalancer
present: true
- attribute: entityId
present: true
tags:
Expand All @@ -41,6 +43,8 @@ synthesis:
prefix: Log
- attribute: aws.Arn
present: true
- attribute: aws.nlb.loadBalancer
present: true
- attribute: entityId
present: false
tags:
Expand Down

0 comments on commit cb4e0d0

Please sign in to comment.