Skip to content

Commit

Permalink
fix: arn should be false in non explicit cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjalee-NewRelic committed Feb 21, 2025
1 parent b35d0b7 commit 62a8a9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions relationships/synthesis/EXT-SERVICE-to-INFRA-AWSMQBROKER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ relationships:
- attribute: net.peer.name
present: true
regex: "^[^\\.]+\\.mq\\.[^\\.]+\\.amazonaws\\.com"
- attribute: newrelic.aws_metric_streams.arn
present: false
relationship:
expires: P75M
relationshipType: CONSUMES
Expand Down Expand Up @@ -50,6 +52,8 @@ relationships:
- attribute: net.peer.name
present: true
regex: "^[^\\.]+\\.mq\\.[^\\.]+\\.amazonaws\\.com"
- attribute: newrelic.aws_metric_streams.arn
present: false
relationship:
expires: P75M
relationshipType: PRODUCES
Expand Down Expand Up @@ -82,6 +86,8 @@ relationships:
- attribute: server.address
present: true
regex: "^[^\\.]+\\.mq\\.[^\\.]+\\.amazonaws\\.com"
- attribute: newrelic.aws_metric_streams.arn
present: false
relationship:
expires: P75M
relationshipType: CONSUMES
Expand Down Expand Up @@ -114,6 +120,8 @@ relationships:
- attribute: server.address
present: true
regex: "^[^\\.]+\\.mq\\.[^\\.]+\\.amazonaws\\.com"
- attribute: newrelic.aws_metric_streams.arn
present: false
relationship:
expires: P75M
relationshipType: PRODUCES
Expand Down

0 comments on commit 62a8a9e

Please sign in to comment.