diff --git a/entity-types/infra-awsalb/definition.yml b/entity-types/infra-awsalb/definition.yml index c5d0c1282..7d1124e04 100644 --- a/entity-types/infra-awsalb/definition.yml +++ b/entity-types/infra-awsalb/definition.yml @@ -29,6 +29,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.alb.loadBalancer + present: true - attribute: entityId present: true tags: @@ -42,6 +44,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.alb.loadBalancer + present: true - attribute: entityId present: false tags: diff --git a/entity-types/infra-awselb/definition.yml b/entity-types/infra-awselb/definition.yml index f33df6c6d..4f98eb213 100644 --- a/entity-types/infra-awselb/definition.yml +++ b/entity-types/infra-awselb/definition.yml @@ -21,6 +21,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.elb.loadBalancer + present: true - attribute: entityId present: true tags: @@ -36,6 +38,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.elb.loadBalancer + present: true - attribute: entityId present: false tags: diff --git a/entity-types/infra-awsnlb/definition.yml b/entity-types/infra-awsnlb/definition.yml index 790876e86..ea7f98109 100644 --- a/entity-types/infra-awsnlb/definition.yml +++ b/entity-types/infra-awsnlb/definition.yml @@ -28,6 +28,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.nlb.loadBalancer + present: true - attribute: entityId present: true tags: @@ -41,6 +43,8 @@ synthesis: prefix: Log - attribute: aws.Arn present: true + - attribute: aws.nlb.loadBalancer + present: true - attribute: entityId present: false tags: