From cb4e0d0e2c6dcd0a42234b7a2570c7745a940cea Mon Sep 17 00:00:00 2001 From: jsubirat Date: Mon, 25 Nov 2024 17:03:58 +0100 Subject: [PATCH] fix: Fixes ALB, NLB and ELB definitions (#1797) --- entity-types/infra-awsalb/definition.yml | 4 ++++ entity-types/infra-awselb/definition.yml | 4 ++++ entity-types/infra-awsnlb/definition.yml | 4 ++++ 3 files changed, 12 insertions(+) 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: